Searched refs:CreateBackupFile (Results 1 – 4 of 4) sorted by relevance
249 ASSERT_TRUE(rf.CreateBackupFile()); in TEST_F()330 ASSERT_TRUE(rf.CreateBackupFile()); in TEST_F()356 ASSERT_TRUE(rf.CreateBackupFile()); in TEST_F()404 ASSERT_TRUE(rf.CreateBackupFile()); in TEST_F()439 ASSERT_TRUE(rf.CreateBackupFile()); in TEST_F()475 ASSERT_TRUE(rf.CreateBackupFile()); in TEST_F()
72 bool CreateBackupFile();
82 bool RestorableFile::CreateBackupFile() { in CreateBackupFile() function in android::installd::RestorableFile
2019 if (!out_oat.CreateBackupFile() || !out_vdex.CreateBackupFile() || in dexopt()2020 !out_image.CreateBackupFile()) { in dexopt()