Searched refs:forgetPartition (Results 1 – 5 of 5) sorted by relevance
87 int forgetPartition(const std::string& partGuid, const std::string& fsUuid);
53 binder::Status forgetPartition(const std::string& partGuid, const std::string& fsUuid);
245 binder::Status VoldNativeService::forgetPartition(const std::string& partGuid, in forgetPartition() function in android::vold::VoldNativeService252 return translate(VolumeManager::Instance()->forgetPartition(partGuid, fsUuid)); in forgetPartition()
342 int VolumeManager::forgetPartition(const std::string& partGuid, const std::string& fsUuid) { in forgetPartition() function in VolumeManager
42 void forgetPartition(@utf8InCpp String partGuid, @utf8InCpp String fsUuid); in forgetPartition() method