Home
last modified time | relevance | path

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

/system/vold/
DMoveStorage.cpp87 uint64_t startFreeBytes = GetFreeBytes(path); in execRm() local
117 uint64_t deltaFreeBytes = GetFreeBytes(path) - startFreeBytes; in execRm()
132 uint64_t startFreeBytes = GetFreeBytes(toPath); in execCp() local
134 if (expectedBytes > startFreeBytes) { in execCp()
136 << startFreeBytes; in execCp()
171 uint64_t deltaFreeBytes = startFreeBytes - GetFreeBytes(toPath); in execCp()