Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h546 static void AddToSysPath(AddLocation location, std::string path);
H A DScriptInterpreterPython.cpp3320 AddToSysPath(AddLocation::End, "."); in InitializePrivate()
3327 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in InitializePrivate()
3329 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in InitializePrivate()
3337 void ScriptInterpreterPython::AddToSysPath(AddLocation location, in AddToSysPath() function in ScriptInterpreterPython