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