Searched refs:PrepareAppDirFromRoot (Results 1 – 3 of 3) sorted by relevance
68 int PrepareAppDirFromRoot(const std::string& path, const std::string& root, int appUid,
89 using android::vold::PrepareAppDirFromRoot;1056 return PrepareAppDirFromRoot(lowerPath, volumeRoot, appUid, fixupExistingOnly); in setupAppDir()
298 int PrepareAppDirFromRoot(const std::string& path, const std::string& root, int appUid, in PrepareAppDirFromRoot() function