Home
last modified time | relevance | path

Searched refs:getLinuxSpace (Results 1 – 1 of 1) sorted by relevance

/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
DUnixFileTest.java90 private static long getLinuxSpace(int index, File file) throws Exception { in getLinuxSpace() method in UnixFileTest
139 long fileSpace = getLinuxSpace(FREE_SPACE_NUM, testFile); in test_getFreeSpace()
140 long dirSpace = getLinuxSpace(FREE_SPACE_NUM, testDir); in test_getFreeSpace()
156 long fileSpace = getLinuxSpace(TOTAL_SPACE_NUM, testFile); in test_getTotalSpace()
157 long dirSpace = getLinuxSpace(TOTAL_SPACE_NUM, testDir); in test_getTotalSpace()
171 long fileSpace = getLinuxSpace(USABLE_SPACE_NUM, testFile); in test_getUsableSpace()
172 long dirSpace = getLinuxSpace(USABLE_SPACE_NUM, testDir); in test_getUsableSpace()