Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.h191 int destroyObb(const std::string& volId);
DVoldNativeService.h78 binder::Status destroyObb(const std::string& volId);
DVoldNativeService.cpp434 binder::Status VoldNativeService::destroyObb(const std::string& volId) { in destroyObb() function in android::vold::VoldNativeService
439 return translate(VolumeManager::Instance()->destroyObb(volId)); in destroyObb()
DVolumeManager.cpp1114 int VolumeManager::destroyObb(const std::string& volId) { in destroyObb() function in VolumeManager
/system/vold/binder/android/os/
DIVold.aidl65 void destroyObb(@utf8InCpp String volId); in destroyObb() method