Home
last modified time | relevance | path

Searched refs:setupAppDir (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/vold/
H A DVolumeManager.cpp811 auto status = setupAppDir(targets_cstr[i], uid, false /* fixupExistingOnly */); in forkAndRemountStorage()
982 int result = setupAppDir(paths[i], appUid, false /* fixupExistingOnly */, in ensureAppDirsCreated()
991 int VolumeManager::setupAppDir(const std::string& path, int32_t appUid, bool fixupExistingOnly, in setupAppDir() function in VolumeManager
1064 return setupAppDir(path, appUid, true /* fixupExistingOnly */); in fixupAppDir()
H A DVolumeManager.h176 int setupAppDir(const std::string& path, int32_t appUid, bool fixupExistingOnly = false,
H A DVoldNativeService.h73 binder::Status setupAppDir(const std::string& path, int32_t appUid);
H A DVoldNativeService.cpp398 binder::Status VoldNativeService::setupAppDir(const std::string& path, int32_t appUid) { in setupAppDir() function in android::vold::VoldNativeService
403 return translate(VolumeManager::Instance()->setupAppDir(path, appUid)); in setupAppDir()
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl59 void setupAppDir(@utf8InCpp String path, int appUid); in setupAppDir() method
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3702 mVold.setupAppDir(appPath, callingUid); in mkdirs()