Home
last modified time | relevance | path

Searched refs:CreateBackupFile (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/installd/tests/
Dinstalld_file_test.cpp249 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()
/frameworks/native/cmds/installd/
Drestorable_file.h72 bool CreateBackupFile();
Drestorable_file.cpp82 bool RestorableFile::CreateBackupFile() { in CreateBackupFile() function in android::installd::RestorableFile
Ddexopt.cpp2019 if (!out_oat.CreateBackupFile() || !out_vdex.CreateBackupFile() || in dexopt()
2020 !out_image.CreateBackupFile()) { in dexopt()