Home
last modified time | relevance | path

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

/external/chromium_org/printing/
Dprinted_document.cc239 base::FilePath::StringType system_filename; in CreateDebugDumpPath() local
241 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()