Searched refs:file_prefix (Results 1 – 1 of 1) sorted by relevance
386 const std::string& file_prefix) { in GetLastModifiedFileWithPrefix() argument401 if (!file_prefix.empty()) { in GetLastModifiedFileWithPrefix()402 if (!android::base::StartsWith(file, file_prefix.c_str())) continue; in GetLastModifiedFileWithPrefix()427 std::string file_prefix = android::base::GetProperty("ro.radio.log_prefix", ""); in DumpModemLogs() local429 if(file_prefix.empty()) { in DumpModemLogs()441 radio_bugreport_dir.c_str(), file_prefix.c_str()); in DumpModemLogs()443 std::string modem_log_file = GetLastModifiedFileWithPrefix(radio_bugreport_dir, file_prefix); in DumpModemLogs()