Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc125 std::string log_files[] = {"kernel.log", in CreateLegacySymlinks() local
132 for (const auto& log_file : log_files) { in CreateLegacySymlinks()
319 const auto log_files = in InitFilesystemAndCreateConfig() local
321 for (const auto& filename : log_files) { in InitFilesystemAndCreateConfig()
/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()