Searched refs:AddToSysPath (Results 1 – 2 of 2) sorted by relevance
361 static void AddToSysPath(AddLocation location, std::string path);
3299 AddToSysPath(AddLocation::End, "."); in InitializePrivate()3306 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in InitializePrivate()3308 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in InitializePrivate()3316 void ScriptInterpreterPythonImpl::AddToSysPath(AddLocation location, in AddToSysPath() function in ScriptInterpreterPythonImpl