Home
last modified time | relevance | path

Searched defs:log_files (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/tests/unit/
Dapplypatch_test.cpp251 std::vector<std::string> log_files = { "last_log", "last_log.1", "last_kmsg.2", "last_log.5", in TEST_F() local
265 std::vector<std::string> log_files = { "last_log.1", "last_kmsg.1", "last_log.not_number", in TEST_F() local
280 std::vector<std::string> log_files = { "last_install", "command", "block.map", "last_log", in TEST_F() local
/bootable/recovery/install/
Dwipe_data.cpp47 std::vector<saved_log_file> log_files; in EraseVolume() local
/bootable/recovery/recovery_utils/
Dlogging.cpp271 std::vector<saved_log_file> log_files; in ReadLogFilesToMemory() local
298 bool RestoreLogFilesAfterFormat(const std::vector<saved_log_file>& log_files) { in RestoreLogFilesAfterFormat()