Searched refs:createObb (Results 1 – 5 of 5) sorted by relevance
/system/vold/ |
D | VolumeManager.h | 121 int createObb(const std::string& path, const std::string& key, int32_t ownerGid,
|
D | VoldNativeService.h | 68 binder::Status createObb(const std::string& sourcePath, const std::string& sourceKey,
|
D | VoldNativeService.cpp | 377 binder::Status VoldNativeService::createObb(const std::string& sourcePath, in createObb() function in android::vold::VoldNativeService 386 VolumeManager::Instance()->createObb(sourcePath, sourceKey, ownerGid, _aidl_return)); in createObb()
|
D | VolumeManager.cpp | 690 int VolumeManager::createObb(const std::string& sourcePath, const std::string& sourceKey, in createObb() function in VolumeManager
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 56 @utf8InCpp String createObb(@utf8InCpp String sourcePath, @utf8InCpp String sourceKey, in createObb() method
|