Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.h121 int createObb(const std::string& path, const std::string& key, int32_t ownerGid,
DVoldNativeService.h68 binder::Status createObb(const std::string& sourcePath, const std::string& sourceKey,
DVoldNativeService.cpp377 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()
DVolumeManager.cpp690 int VolumeManager::createObb(const std::string& sourcePath, const std::string& sourceKey, in createObb() function in VolumeManager
/system/vold/binder/android/os/
DIVold.aidl56 @utf8InCpp String createObb(@utf8InCpp String sourcePath, @utf8InCpp String sourceKey, in createObb() method