Searched refs:ensureAppDirsCreated (Results 1 – 5 of 5) sorted by relevance
187 int ensureAppDirsCreated(const std::vector<std::string>& paths, int32_t appUid);
72 binder::Status ensureAppDirsCreated(const std::vector<std::string>& paths, int32_t appUid);
406 binder::Status VoldNativeService::ensureAppDirsCreated(const std::vector<std::string>& paths, in ensureAppDirsCreated() function in android::vold::VoldNativeService411 return translate(VolumeManager::Instance()->ensureAppDirsCreated(paths, appUid)); in ensureAppDirsCreated()
979 int VolumeManager::ensureAppDirsCreated(const std::vector<std::string>& paths, int32_t appUid) { in ensureAppDirsCreated() function in VolumeManager
61 void ensureAppDirsCreated(in @utf8InCpp String[] paths, int appUid); in ensureAppDirsCreated() method