Home
last modified time | relevance | path

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

/system/vold/
DMoveTask.cpp118 static status_t execCp(const std::string& fromPath, const std::string& toPath, in execCp() argument
122 uint64_t expectedBytes = GetTreeBytes(fromPath); in execCp()
131 if (pushBackContents(fromPath, cmd) != OK) { in execCp()
132 LOG(WARNING) << "No contents in " << fromPath; in execCp()
176 std::string fromPath; in run() local
188 fromPath = mFrom->getInternalPath(); in run()
197 if (execCp(fromPath, toPath, 20, 60) != OK) { in run()
208 if (execRm(fromPath, 85, 15) != OK) { in run()