Searched refs:GetBaseName (Results 1 – 4 of 4) sorted by relevance
94 static wstring GetBaseName(const wstring &filename);
38 wstring WindowsStringUtils::GetBaseName(const wstring &filename) { in GetBaseName() function in google_breakpad::WindowsStringUtils
1238 WindowsStringUtils::GetBaseName(wstring(debug_file_string)); in GetModuleInfo()1266 info->code_file = WindowsStringUtils::GetBaseName(code_file_); in GetPEInfo()
202 wstring code_file = WindowsStringUtils::GetBaseName(wstring(module)); in wmain()