Home
last modified time | relevance | path

Searched defs:ensureAppDirsCreated (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/vold/
H A DVolumeManager.cpp979 int VolumeManager::ensureAppDirsCreated(const std::vector<std::string>& paths, int32_t appUid) { in ensureAppDirsCreated() function in VolumeManager
H A DVoldNativeService.cpp406 binder::Status VoldNativeService::ensureAppDirsCreated(const std::vector<std::string>& paths, in ensureAppDirsCreated() function in android::vold::VoldNativeService
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl61 void ensureAppDirsCreated(in @utf8InCpp String[] paths, int appUid); in ensureAppDirsCreated() method