Searched defs:log_files (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/bootable/deprecated-ota/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 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
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/test/ |
H A D | run_and_gather_logs_lib.py | 48 start_time, run_time, log_files): argument 85 def process_benchmarks(log_files): argument
|
/aosp_15_r20/bootable/recovery/recovery_utils/ |
H A 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()
|
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | assemble_cvd.cc | 129 std::string log_files[] = {"kernel.log", in CreateLegacySymlinks() local 348 const auto log_files = in InitFilesystemAndCreateConfig() local
|
/aosp_15_r20/bootable/recovery/install/ |
H A D | wipe_data.cpp | 42 std::vector<saved_log_file> log_files; in EraseVolume() local
|
/aosp_15_r20/tools/acloud/pull/ |
H A D | pull.py | 68 def PullLogs(ssh, log_files, instance_name): argument
|
/aosp_15_r20/device/google/cuttlefish/host/commands/modem_simulator/ |
D | main.cpp | 73 std::vector<std::string> log_files{log_path, modem_log_path}; in ModemSimulatorMain() local
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/ |
D | shannon_log_parser.py | 742 def _export_logs(self, log_files): argument
|