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

/system/vold/
H A DMoveTask.cpp111 uint64_t deltaFreeBytes = GetFreeBytes(path) - startFreeBytes; local
113 ((deltaFreeBytes * stepProgress) / expectedBytes), 0, stepProgress));
152 uint64_t deltaFreeBytes = startFreeBytes - GetFreeBytes(toPath); local
154 ((deltaFreeBytes * stepProgress) / expectedBytes), 0, stepProgress));

Completed in 27 milliseconds