Home
last modified time | relevance | path

Searched refs:kBackupFileSuffix (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/tests/
Dinstalld_file_test.cpp36 constexpr char kBackupFileSuffix[] = ".backup"; variable
237 std::string backupFile = testFile + kBackupFileSuffix; in TEST_F()
319 std::string backupFile = testFile + kBackupFileSuffix; in TEST_F()
348 std::string backupFile = testFile + kBackupFileSuffix; in TEST_F()
398 std::string backupFile = testFile + kBackupFileSuffix; in TEST_F()
432 std::string backupFile = testFile + kBackupFileSuffix; in TEST_F()
468 std::string backupFile = testFile + kBackupFileSuffix; in TEST_F()
496 std::string backupFile = testFile + kBackupFileSuffix; in TEST_F()
509 std::string backupFile = testFile + kBackupFileSuffix; in TEST_F()
/frameworks/native/cmds/installd/
Drestorable_file.cpp32 constexpr char kBackupFileSuffix[] = ".backup"; variable
39 return android::base::StringPrintf("%s%s", path.c_str(), kBackupFileSuffix); in GetBackupFilePath()