Searched refs:destroyDsuMetadataKey (Results 1 – 4 of 4) sorted by relevance
137 void destroyDsuMetadataKey(@utf8InCpp String dsuSlot); in destroyDsuMetadataKey() method
163 binder::Status destroyDsuMetadataKey(const std::string& dsuSlot) override;
943 binder::Status VoldNativeService::destroyDsuMetadataKey(const std::string& dsuSlot) { in destroyDsuMetadataKey() function in android::vold::VoldNativeService
996 auto status = vold->destroyDsuMetadataKey(dsu_slot); in RemoveGsiFiles()