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