Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.h123 int destroyObb(const std::string& volId);
DVoldNativeService.h70 binder::Status destroyObb(const std::string& volId);
DVoldNativeService.cpp389 binder::Status VoldNativeService::destroyObb(const std::string& volId) { in destroyObb() function in android::vold::VoldNativeService
394 return translate(VolumeManager::Instance()->destroyObb(volId)); in destroyObb()
DVolumeManager.cpp703 int VolumeManager::destroyObb(const std::string& volId) { in destroyObb() function in VolumeManager
/system/vold/binder/android/os/
DIVold.aidl58 void destroyObb(@utf8InCpp String volId); in destroyObb() method