HomeSort by relevance Sort by last modified time
    Searched defs:FSRef (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Lib/plat-mac/
applesingle.py 21 class FSRef:
124 if isinstance(infile, (Carbon.File.FSSpec, Carbon.File.FSRef)):
127 if isinstance(infile, Carbon.File.FSRef):
  /external/python/cpython2/Mac/Modules/file/
filesupport.py 117 FSRef = OpaqueType("FSRef", "FSRef")
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 *spec)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
macsupport.py 50 FSRef_ptr = OpaqueType("FSRef", "PyMac_BuildFSRef", "PyMac_GetFSRef")
51 FSRef = OpaqueByValueStructType("FSRef", "PyMac_BuildFSRef", "PyMac_GetFSRef")
  /external/python/cpython2/Tools/bgen/bgen/
macsupport.py 50 FSRef_ptr = OpaqueType("FSRef", "PyMac_BuildFSRef", "PyMac_GetFSRef")
51 FSRef = OpaqueByValueStructType("FSRef", "PyMac_BuildFSRef", "PyMac_GetFSRef")

Completed in 109 milliseconds