Searched refs:log_files (Results 1 – 5 of 5) sorted by relevance
/aosp12/bootable/recovery/install/ |
H A D | wipe_data.cpp | 44 std::vector<saved_log_file> log_files; in EraseVolume() local 48 log_files = ReadLogFilesToMemory(); in EraseVolume() 79 RestoreLogFilesAfterFormat(log_files); in EraseVolume()
|
/aosp12/bootable/recovery/tests/unit/ |
H A 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()
|
/aosp12/bootable/recovery/recovery_utils/ |
H A 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()
|
/aosp12/system/bt/gd/cert/ |
H A D | async_subprocess_logger.py | 85 … log_files = [stack.enter_context(open(file_path, 'w')) for file_path in self.log_file_paths] 87 for log_file in log_files:
|
/aosp12/bootable/recovery/recovery_utils/include/recovery_utils/ |
H A D | logging.h | 63 bool RestoreLogFilesAfterFormat(const std::vector<saved_log_file>& log_files);
|