HomeSort by relevance Sort by last modified time
    Searched refs:GetFreeBytes (Results 1 - 3 of 3) sorted by null

  /system/vold/
MoveStorage.cpp 86 uint64_t startFreeBytes = GetFreeBytes(path);
116 uint64_t deltaFreeBytes = GetFreeBytes(path) - startFreeBytes;
128 uint64_t startFreeBytes = GetFreeBytes(toPath);
167 uint64_t deltaFreeBytes = startFreeBytes - GetFreeBytes(toPath);
Utils.h 93 uint64_t GetFreeBytes(const std::string& path);
Utils.cpp 478 uint64_t GetFreeBytes(const std::string& path) {

Completed in 70 milliseconds