Searched refs:fromPath (Results 1 – 1 of 1) sorted by relevance
118 static status_t execCp(const std::string& fromPath, const std::string& toPath, in execCp() argument122 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() local188 fromPath = mFrom->getInternalPath(); in run()197 if (execCp(fromPath, toPath, 20, 60) != OK) { in run()208 if (execRm(fromPath, 85, 15) != OK) { in run()