Searched refs:path_str (Results 1 – 3 of 3) sorted by relevance
501 llvm::StringRef path_str = path_str_utf8; in HandleLoadDllEvent() local502 const char *path = path_str.data(); in HandleLoadDllEvent()503 if (path_str.startswith("\\\\?\\")) in HandleLoadDllEvent()
1115 char path_str[PATH_MAX + 1]; in GetDescription() local1124 m_module_sp->GetFileSpec().GetPath(path_str, PATH_MAX); in GetDescription()1125 s->Printf("Module: %s\n", path_str); in GetDescription()1131 m_file_spec_up->GetPath(path_str, PATH_MAX); in GetDescription()1133 s->Printf("File: %s", path_str); in GetDescription()
280 std::string path_str = path.str(); in ContainsPath() local282 = CPlusPlusLanguage::ExtractContextAndIdentifier(path_str.c_str(), in ContainsPath()