Home
last modified time | relevance | path

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

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