Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DMoveStorage.cpp80 static status_t execRm(const std::string& path, int startProgress, int stepProgress, in execRm() function
214 if (execRm(toPath, 10, 10, listener) != OK) { in moveStorageInternal()
233 if (execRm(fromPath, 85, 15, listener) != OK) { in moveStorageInternal()
244 execRm(toPath, 80, 1, listener); in moveStorageInternal()