Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2385 auto ExtendSysPath = [&](std::string directory) -> llvm::Error { in LoadScriptingModule() local
2410 if (llvm::Error e = ExtendSysPath(extra_search_dir.GetPath())) { in LoadScriptingModule()
2438 ExtendSysPath(module_file.GetDirectory().GetCString())) { in LoadScriptingModule()