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