Home
last modified time | relevance | path

Searched refs:log_files (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dmain.cpp73 std::vector<std::string> log_files{log_path, modem_log_path}; in ModemSimulatorMain() local
74 android::base::SetLogger(LogToStderrAndFiles(log_files)); in ModemSimulatorMain()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc130 std::string log_files[] = {"kernel.log", in CreateLegacySymlinks() local
137 for (const auto& log_file : log_files) { in CreateLegacySymlinks()
349 const auto log_files = in InitFilesystemAndCreateConfig() local
351 for (const auto& filename : log_files) { in InitFilesystemAndCreateConfig()
/device/google/cuttlefish/host/commands/process_sandboxer/
Dmain.cpp55 ABSL_FLAG(std::vector<std::string>, log_files, std::vector<std::string>(),