Home
last modified time | relevance | path

Searched defs:freeSpace (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-io/src/main/java/org/apache/commons/io/
DFileSystemUtils.java138 public static long freeSpace(final String path) throws IOException { in freeSpace() method in FileSystemUtils
339 final String freeSpace = tok.nextToken(); in freeSpaceUnix() local
402 long parseBytes(final String freeSpace, final String path) throws IOException { in parseBytes()
/external/swiftshader/src/Vulkan/
DVkDescriptorPool.cpp102 size_t freeSpace = poolSize - nextItemStart; in findAvailableMemory() local
/external/mtools/
DfsP.h70 uint32_t freeSpace; /* free space, or MAX32 if unknown */ member