Home
last modified time | relevance | path

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

/system/vold/
DMoveStorage.cpp126 static status_t execCp(const std::string& fromPath, const std::string& toPath, int startProgress, in execCp() argument
131 uint64_t expectedBytes = GetTreeBytes(fromPath); in execCp()
146 if (!pushBackContents(fromPath, cmd, 1)) { in execCp()
147 LOG(WARNING) << "No contents in " << fromPath; in execCp()
197 std::string fromPath; in moveStorageInternal() local
212 fromPath = from->getInternalPath(); in moveStorageInternal()
221 if (execCp(fromPath, toPath, 20, 60, listener) != OK) { in moveStorageInternal()
235 if (execRm(fromPath, 85, 15, listener) != OK) { in moveStorageInternal()
/system/incremental_delivery/incfs/
Dincfs.cpp895 IncFsErrorCode IncFs_Link(const IncFsControl* control, const char* fromPath, in IncFs_Link() argument
905 auto cmdFrom = makeCommandPath(root, fromPath); in IncFs_Link()