Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h358 static void AddToSysPath(AddLocation location, std::string path);
DScriptInterpreterPython.cpp3258 AddToSysPath(AddLocation::End, "."); in InitializePrivate()
3265 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in InitializePrivate()
3267 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in InitializePrivate()
3275 void ScriptInterpreterPythonImpl::AddToSysPath(AddLocation location, in AddToSysPath() function in ScriptInterpreterPythonImpl