Searched refs:system_filename (Results 1 – 1 of 1) sorted by relevance
239 base::FilePath::StringType system_filename; in CreateDebugDumpPath() local241 system_filename = filename; in CreateDebugDumpPath()243 system_filename = base::UTF16ToUTF8(filename); in CreateDebugDumpPath()245 file_util::ReplaceIllegalCharactersInPath(&system_filename, '_'); in CreateDebugDumpPath()246 return g_debug_dump_info.Get().Append(system_filename).AddExtension( in CreateDebugDumpPath()