Home
last modified time | relevance | path

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

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