Home
last modified time | relevance | path

Searched defs:length (Results 1 – 4 of 4) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
DFsFile.java50 public void setLength(long length) throws IOException; in setLength()
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatFile.java85 public void setLength(long length) throws ReadOnlyException, IOException { in setLength()
DFatDirectoryEntry.java307 public void setLength(long length) throws IllegalArgumentException { in setLength()
/tools/test/connectivity/acts/framework/acts/
Dutils.py243 def rand_ascii_str(length): argument