Searched refs:AddToSysPath (Results 1 – 2 of 2) sorted by relevance
360 static void AddToSysPath(AddLocation location, std::string path);
3161 AddToSysPath(AddLocation::End, "."); in Initialize()3168 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize()3170 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize()3197 void ScriptInterpreterPythonImpl::AddToSysPath(AddLocation location, in AddToSysPath() function in ScriptInterpreterPythonImpl