Searched defs:FSRef (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
H A Dapplesingle.py21 class FSRef: class in class:Carbon.File
124 if isinstance(infile, (Carbon.File.FSSpec, Carbon.File.FSRef)):
127 if isinstance(infile, Carbon.File.FSRef):
/external/python/cpython2/Lib/
H A Dplistlib.py119 from Carbon.File import FSRef, FSGetResourceForkName namespace
122 fsRef = FSRef(path)
134 from Carbon.File import FSRef, FSGetResourceForkName namespace
138 fsRef = FSRef(path)
/external/python/cpython2/Mac/Modules/file/
H A Dfilesupport.py117 FSRef = OpaqueType("FSRef", "FSRef") variable
118 FSRef_ptr = OpaqueType("FSRef", "FSRef")
119 OptFSRefPtr = OptionalFSxxxType("FSRef", "BUG", "myPyMac_GetOptFSRefPtr")
136 extern int _PyMac_GetFSRef(PyObject *v, FSRef *fsr);
138 extern PyObject *_PyMac_BuildFSRef(FSRef *spec);
146 extern int PyMac_GetFSRef(PyObject *v, FSRef *fsr);
148 extern PyObject *PyMac_BuildFSRef(FSRef *spe
[all...]
/external/python/cpython2/Tools/bgen/bgen/
H A Dmacsupport.py50 FSRef_ptr = OpaqueType("FSRef", "PyMac_BuildFSRef", "PyMac_GetFSRef")
51 FSRef = OpaqueByValueStructType("FSRef", "PyMac_BuildFSRef", "PyMac_GetFSRef") variable

Completed in 147 milliseconds