Home
last modified time | relevance | path

Searched refs:toPath (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
123 uint64_t startFreeBytes = GetFreeBytes(toPath); in execCp()
135 cmd.push_back(toPath.c_str()); in execCp()
152 uint64_t deltaFreeBytes = startFreeBytes - GetFreeBytes(toPath); in execCp()
177 std::string toPath; in run() local
189 toPath = mTo->getInternalPath(); in run()
192 if (execRm(toPath, 10, 10) != OK) { in run()
197 if (execCp(fromPath, toPath, 20, 60) != OK) { in run()