Home
last modified time | relevance | path

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

/system/vold/
DMoveStorage.cpp82 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()