Searched refs:cleanUpPreRebootStagedFiles (Results 1 – 5 of 5) sorted by relevance
201 void cleanUpPreRebootStagedFiles(); in cleanUpPreRebootStagedFiles() method
398 mInjector.getArtd().cleanUpPreRebootStagedFiles(); in resetLocked()
209 ndk::ScopedAStatus cleanUpPreRebootStagedFiles() override;
2259 TEST_F(ArtdCleanupTest, cleanUpPreRebootStagedFiles) { in TEST_F() argument2277 ASSERT_STATUS_OK(artd_->cleanUpPreRebootStagedFiles()); in TEST_F()
1298 ScopedAStatus Artd::cleanUpPreRebootStagedFiles() { in cleanUpPreRebootStagedFiles() function in art::artd::Artd