Searched refs:log_files (Results 1 – 3 of 3) sorted by relevance
73 std::vector<std::string> log_files{log_path, modem_log_path}; in ModemSimulatorMain() local74 android::base::SetLogger(LogToStderrAndFiles(log_files)); in ModemSimulatorMain()
130 std::string log_files[] = {"kernel.log", in CreateLegacySymlinks() local137 for (const auto& log_file : log_files) { in CreateLegacySymlinks()349 const auto log_files = in InitFilesystemAndCreateConfig() local351 for (const auto& filename : log_files) { in InitFilesystemAndCreateConfig()
55 ABSL_FLAG(std::vector<std::string>, log_files, std::vector<std::string>(),