Searched refs:GetFreeSpace (Results 1 – 4 of 4) sorted by relevance
38 WARN_UNUSED bool GetFreeSpace(const std::string& path, uint64_t* bytes);
105 if (!GetFreeSpace(path, &free_space_bytes)) { in GetFreeSpaceMiB()
91 bool GetFreeSpace(const std::string& path, uint64_t* bytes) { in GetFreeSpace() function
1258 if (!GetFreeSpace(art_apex_data_path, &bytes_available)) { in CheckCompilationSpace()