Searched refs:setupAppDir (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/vold/ |
H A D | VolumeManager.cpp | 811 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 D | VolumeManager.h | 176 int setupAppDir(const std::string& path, int32_t appUid, bool fixupExistingOnly = false,
|
H A D | VoldNativeService.h | 73 binder::Status setupAppDir(const std::string& path, int32_t appUid);
|
H A D | VoldNativeService.cpp | 398 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 D | IVold.aidl | 59 void setupAppDir(@utf8InCpp String path, int appUid); in setupAppDir() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | StorageManagerService.java | 3702 mVold.setupAppDir(appPath, callingUid); in mkdirs()
|