Searched refs:stepProgress (Results 1 – 1 of 1) sorted by relevance
/system/vold/ |
D | MoveStorage.cpp | 82 static status_t execRm(const std::string& path, int startProgress, int stepProgress, in execRm() argument 120 CONSTRAIN((int)((deltaFreeBytes * stepProgress) / expectedBytes), 0, stepProgress), in execRm() 127 int stepProgress, in execCp() argument 174 CONSTRAIN((int)((deltaFreeBytes * stepProgress) / expectedBytes), 0, stepProgress), in execCp()
|