Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h361 static void AddToSysPath(AddLocation location, std::string path);
H A DScriptInterpreterPython.cpp3299 AddToSysPath(AddLocation::End, "."); in InitializePrivate()
3306 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in InitializePrivate()
3308 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in InitializePrivate()
3316 void ScriptInterpreterPythonImpl::AddToSysPath(AddLocation location, in AddToSysPath() function in ScriptInterpreterPythonImpl