Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2757 auto ExtendSysPath = [this](std::string directory) -> llvm::Error { in LoadScriptingModule() local
2788 if (llvm::Error e = ExtendSysPath(extra_search_dir.GetPath())) { in LoadScriptingModule()
2816 ExtendSysPath(module_file.GetDirectory().GetCString())) { in LoadScriptingModule()