Home
last modified time | relevance | path

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

/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
DUnixFileTest.java46 private static final int TOTAL_SPACE_NUM = 0; field in UnixFileTest
93 case TOTAL_SPACE_NUM: in getLinuxSpace()
156 long fileSpace = getLinuxSpace(TOTAL_SPACE_NUM, testFile); in test_getTotalSpace()
157 long dirSpace = getLinuxSpace(TOTAL_SPACE_NUM, testDir); in test_getTotalSpace()