Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h363 static void AddToSysPath(AddLocation location, std::string path);
DScriptInterpreterPython.cpp3019 AddToSysPath(AddLocation::End, "."); in Initialize()
3026 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize()
3028 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize()
3055 void ScriptInterpreterPythonImpl::AddToSysPath(AddLocation location, in AddToSysPath() function in ScriptInterpreterPythonImpl