Searched refs:path_str (Results 1 – 3 of 3) sorted by relevance
502 llvm::StringRef path_str = path_str_utf8; in HandleLoadDllEvent() local503 const char *path = path_str.data(); in HandleLoadDllEvent()504 if (path_str.startswith("\\\\?\\")) in HandleLoadDllEvent()
1113 char path_str[PATH_MAX + 1]; in GetDescription() local1122 m_module_sp->GetFileSpec().GetPath(path_str, PATH_MAX); in GetDescription()1123 s->Printf("Module: %s\n", path_str); in GetDescription()1129 m_file_spec_up->GetPath(path_str, PATH_MAX); in GetDescription()1131 s->Printf("File: %s", path_str); in GetDescription()
338 std::string path_str = path.str(); in ContainsPath() local340 = CPlusPlusLanguage::ExtractContextAndIdentifier(path_str.c_str(), in ContainsPath()