Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_fs_utils.h38 WARN_UNUSED bool GetFreeSpace(const std::string& path, uint64_t* bytes);
Dodr_metrics.cc105 if (!GetFreeSpace(path, &free_space_bytes)) { in GetFreeSpaceMiB()
Dodr_fs_utils.cc91 bool GetFreeSpace(const std::string& path, uint64_t* bytes) { in GetFreeSpace() function
Dodrefresh.cc1258 if (!GetFreeSpace(art_apex_data_path, &bytes_available)) { in CheckCompilationSpace()