Searched refs:getLinuxSpace (Results 1 – 1 of 1) sorted by relevance
90 private static long getLinuxSpace(int index, File file) throws Exception { in getLinuxSpace() method in UnixFileTest139 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()