Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/deprecated-ota/tests/unit/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/tools/test/
H A Drun_and_gather_logs_lib.py48 start_time, run_time, log_files): argument
85 def process_benchmarks(log_files): argument
/aosp_15_r20/bootable/recovery/recovery_utils/
H A 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()
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc129 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 Dwipe_data.cpp42 std::vector<saved_log_file> log_files; in EraseVolume() local
/aosp_15_r20/tools/acloud/pull/
H A Dpull.py68 def PullLogs(ssh, log_files, instance_name): argument
/aosp_15_r20/device/google/cuttlefish/host/commands/modem_simulator/
Dmain.cpp73 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/
Dshannon_log_parser.py742 def _export_logs(self, log_files): argument