Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2564 auto ExtendSysPath = [&](std::string directory) -> llvm::Error { in LoadScriptingModule() local
2592 if (llvm::Error e = ExtendSysPath(extra_search_dir.GetPath())) { in LoadScriptingModule()
2620 ExtendSysPath(module_file.GetDirectory().GetCString())) { in LoadScriptingModule()