Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/cmds/installd/
H A Drestorable_file.h83 bool RestoreBackupFile();
H A Drestorable_file.cpp112 bool RestorableFile::RestoreBackupFile() { in RestoreBackupFile() function in android::installd::RestorableFile
H A Ddexopt.cpp2033 if (!out_oat.RestoreBackupFile() || !out_vdex.RestoreBackupFile() || in dexopt()
2034 !out_image.RestoreBackupFile()) { in dexopt()
/aosp_15_r20/frameworks/native/cmds/installd/tests/
H A Dinstalld_file_test.cpp421 ASSERT_TRUE(rf.RestoreBackupFile()); in TEST_F()
457 ASSERT_TRUE(rf.RestoreBackupFile()); in TEST_F()