Home
last modified time | relevance | path

Searched refs:ensureAppDirsCreated (Results 1 – 5 of 5) sorted by relevance

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