Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dstring_utils-inl.h94 static wstring GetBaseName(const wstring &filename);
Dstring_utils.cc38 wstring WindowsStringUtils::GetBaseName(const wstring &filename) { in GetBaseName() function in google_breakpad::WindowsStringUtils
Dpdb_source_line_writer.cc1238 WindowsStringUtils::GetBaseName(wstring(debug_file_string)); in GetModuleInfo()
1266 info->code_file = WindowsStringUtils::GetBaseName(code_file_); in GetPEInfo()
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc202 wstring code_file = WindowsStringUtils::GetBaseName(wstring(module)); in wmain()