Searched refs:AddToSysPath (Results 1 – 2 of 2) sorted by relevance
365 static void AddToSysPath(AddLocation location, std::string path);
3115 AddToSysPath(AddLocation::End, "."); in Initialize()3122 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize()3124 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize()3151 void ScriptInterpreterPythonImpl::AddToSysPath(AddLocation location, in AddToSysPath() function in ScriptInterpreterPythonImpl