Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DMoveStorage.cpp85 uint64_t startFreeBytes = GetFreeBytes(path); in execRm()
115 uint64_t deltaFreeBytes = GetFreeBytes(path) - startFreeBytes; in execRm()
130 uint64_t startFreeBytes = GetFreeBytes(toPath); in execCp()
169 uint64_t deltaFreeBytes = startFreeBytes - GetFreeBytes(toPath); in execCp()
H A DUtils.h132 uint64_t GetFreeBytes(const std::string& path);
H A DUtils.cpp918 uint64_t GetFreeBytes(const std::string& path) { in GetFreeBytes() function