Home
last modified time | relevance | path

Searched defs:forgetPartition (Results 1 – 3 of 3) sorted by relevance

/system/vold/binder/android/os/
DIVold.aidl44 void forgetPartition(@utf8InCpp String partGuid, @utf8InCpp String fsUuid); in forgetPartition() method
/system/vold/
DVolumeManager.cpp351 int VolumeManager::forgetPartition(const std::string& partGuid, const std::string& fsUuid) { in forgetPartition() function in VolumeManager
DVoldNativeService.cpp257 binder::Status VoldNativeService::forgetPartition(const std::string& partGuid, in forgetPartition() function in android::vold::VoldNativeService