Searched refs:AddToSysPath (Results 1 – 2 of 2) sorted by relevance
363 static void AddToSysPath(AddLocation location, std::string path);
3019 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