Home | History | Annotate | Download | only in plat-mac

Lines Matching refs:Res

6 from Carbon import Res
29 h = Res.GetResource(restype, resid)
30 except Res.Error:
36 h = Res.GetNamedResource(restype, resid)
37 except Res.Error:
72 h = Res.GetResource(restype, resid)
74 h = Res.GetNamedResource(restype, resid)
84 refno = Res.FSOpenResourceFile(pathname, u'', 1)
85 except Res.Error, arg:
93 refno = Res.FSOpenResourceFile(pathname, u'', 1)
103 refno = Res.FSOpenResourceFile(pathname, u'', 1)
104 except Res.Error, arg: