Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h363 static void AddToSysPath(AddLocation location, std::string path);
H A DScriptInterpreterPython.cpp2946 AddToSysPath(AddLocation::End, "."); in Initialize()
2953 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize()
2955 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize()
2982 void ScriptInterpreterPythonImpl::AddToSysPath(AddLocation location, in AddToSysPath() function in ScriptInterpreterPythonImpl