Searched refs:makeCommandPath (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/incremental_delivery/incfs/ |
H A D | incfs.cpp | 431 static std::string makeCommandPath(std::string_view root, std::string_view item) { in makeCommandPath() function 924 auto commandPath = makeCommandPath(root, path); in IncFs_MakeDir() 945 auto commandPath = makeCommandPath(root, path); in IncFs_MakeDirs() 1090 auto cmdFrom = makeCommandPath(root, fromPath); in IncFs_Link() 1094 auto cmdWhere = makeCommandPath(root, wherePath); in IncFs_Link() 1113 auto cmdPath = makeCommandPath(root, path); in IncFs_Unlink() 1279 return openForSpecialOps(cmd, makeCommandPath(root, path).c_str()); in IncFs_OpenForSpecialOpsByPath() 1293 return openForSpecialOps(cmd, makeCommandPath(root, name).c_str()); in IncFs_OpenForSpecialOpsById() 1614 return isFullyLoadedSlow(openForSpecialOps(control->cmd, makeCommandPath(root, path).c_str())); in IncFs_IsFullyLoadedByPath() 1629 makeCommandPath(root, indexPath(root, fileId)).c_str())); in IncFs_IsFullyLoadedById() [all …]
|