Home
last modified time | relevance | path

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

/system/vold/
DMoveStorage.cpp117 uint64_t deltaFreeBytes = GetFreeBytes(path) - startFreeBytes; in execRm() local
120 CONSTRAIN((int)((deltaFreeBytes * stepProgress) / expectedBytes), 0, stepProgress), in execRm()
171 uint64_t deltaFreeBytes = startFreeBytes - GetFreeBytes(toPath); in execCp() local
174 CONSTRAIN((int)((deltaFreeBytes * stepProgress) / expectedBytes), 0, stepProgress), in execCp()