Home
last modified time | relevance | path

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

/system/vold/
DMoveStorage.cpp124 static status_t execCp(const std::string& fromPath, const std::string& toPath, int startProgress, in execCp() argument
129 uint64_t expectedBytes = GetTreeBytes(fromPath); in execCp()
144 if (!pushBackContents(fromPath, cmd, 1)) { in execCp()
145 LOG(WARNING) << "No contents in " << fromPath; in execCp()
195 std::string fromPath; in moveStorageInternal() local
210 fromPath = from->getInternalPath(); in moveStorageInternal()
219 if (execCp(fromPath, toPath, 20, 60, listener) != OK) { in moveStorageInternal()
233 if (execRm(fromPath, 85, 15, listener) != OK) { in moveStorageInternal()
/system/incremental_delivery/incfs/
Dincfs.cpp1040 IncFsErrorCode IncFs_Link(const IncFsControl* control, const char* fromPath, in IncFs_Link() argument
1050 auto cmdFrom = makeCommandPath(root, fromPath); in IncFs_Link()