Searched refs:execRm (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() function 216 if (execRm(toPath, 10, 10, listener) != OK) { in moveStorageInternal() 235 if (execRm(fromPath, 85, 15, listener) != OK) { in moveStorageInternal() 246 execRm(toPath, 80, 1, listener); in moveStorageInternal()
|