Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h360 static void AddToSysPath(AddLocation location, std::string path);
H A DScriptInterpreterPython.cpp3161 AddToSysPath(AddLocation::End, "."); in Initialize()
3168 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize()
3170 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize()
3197 void ScriptInterpreterPythonImpl::AddToSysPath(AddLocation location, in AddToSysPath() function in ScriptInterpreterPythonImpl