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