Home
last modified time | relevance | path

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

/system/vold/
DMoveStorage.cpp87 uint64_t startFreeBytes = GetFreeBytes(path); in execRm()
117 uint64_t deltaFreeBytes = GetFreeBytes(path) - startFreeBytes; in execRm()
132 uint64_t startFreeBytes = GetFreeBytes(toPath); in execCp()
171 uint64_t deltaFreeBytes = startFreeBytes - GetFreeBytes(toPath); in execCp()
DUtils.h104 uint64_t GetFreeBytes(const std::string& path);
DUtils.cpp558 uint64_t GetFreeBytes(const std::string& path) { in GetFreeBytes() function