Searched defs:log_files (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/tests/unit/ |
D | applypatch_test.cpp | 251 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/ |
D | wipe_data.cpp | 47 std::vector<saved_log_file> log_files; in EraseVolume() local
|
/bootable/recovery/recovery_utils/ |
D | logging.cpp | 271 std::vector<saved_log_file> log_files; in ReadLogFilesToMemory() local 298 bool RestoreLogFilesAfterFormat(const std::vector<saved_log_file>& log_files) { in RestoreLogFilesAfterFormat()
|