Searched refs:forgetPartition (Results 1 – 5 of 5) sorted by relevance
109 bool forgetPartition(const std::string& partGuid, const std::string& fsUuid);
54 binder::Status forgetPartition(const std::string& partGuid, const std::string& fsUuid);
254 binder::Status VoldNativeService::forgetPartition(const std::string& partGuid, in forgetPartition() function in android::vold::VoldNativeService263 success &= VolumeManager::Instance()->forgetPartition(partGuid, fsUuid); in forgetPartition()
352 bool VolumeManager::forgetPartition(const std::string& partGuid, const std::string& fsUuid) { in forgetPartition() function in VolumeManager
45 void forgetPartition(@utf8InCpp String partGuid, @utf8InCpp String fsUuid); in forgetPartition() method