Home
last modified time | relevance | path

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

/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
DUnixFileTest.java139 long fileSpace = getLinuxSpace(FREE_SPACE_NUM, testFile); in test_getFreeSpace() local
142 if (fileSpace > 0) { in test_getFreeSpace()
143 assertEquals(fileSpace, testFile.getFreeSpace()); in test_getFreeSpace()
156 long fileSpace = getLinuxSpace(TOTAL_SPACE_NUM, testFile); in test_getTotalSpace() local
158 if (fileSpace > 0) { in test_getTotalSpace()
159 assertEquals(fileSpace, testFile.getTotalSpace()); in test_getTotalSpace()
171 long fileSpace = getLinuxSpace(USABLE_SPACE_NUM, testFile); in test_getUsableSpace() local
173 if (fileSpace > 0) { in test_getUsableSpace()
174 assertEquals(fileSpace, testFile.getUsableSpace()); in test_getUsableSpace()