Searched refs:log_files (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/install/ |
D | wipe_data.cpp | 47 std::vector<saved_log_file> log_files; in EraseVolume() local 51 log_files = ReadLogFilesToMemory(); in EraseVolume() 82 RestoreLogFilesAfterFormat(log_files); in EraseVolume()
|
/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 253 AddFilesToDir(mock_log_dir.path, log_files); in TEST_F() 265 std::vector<std::string> log_files = { "last_log.1", "last_kmsg.1", "last_log.not_number", in TEST_F() local 267 AddFilesToDir(mock_log_dir.path, log_files); in TEST_F() 280 std::vector<std::string> log_files = { "last_install", "command", "block.map", "last_log", in TEST_F() local 282 AddFilesToDir(mock_log_dir.path, log_files); in TEST_F()
|
/bootable/recovery/recovery_utils/ |
D | logging.cpp | 271 std::vector<saved_log_file> log_files; in ReadLogFilesToMemory() local 291 log_files.emplace_back(saved_log_file{ path, sb, data }); in ReadLogFilesToMemory() 295 return log_files; in ReadLogFilesToMemory() 298 bool RestoreLogFilesAfterFormat(const std::vector<saved_log_file>& log_files) { in RestoreLogFilesAfterFormat() argument 310 for (const auto& log : log_files) { in RestoreLogFilesAfterFormat()
|
/bootable/recovery/recovery_utils/include/recovery_utils/ |
D | logging.h | 63 bool RestoreLogFilesAfterFormat(const std::vector<saved_log_file>& log_files);
|