HomeSort by relevance Sort by last modified time
    Searched refs:PyMac_GetFSRef (Results 1 - 12 of 12) sorted by null

  /external/python/cpython2/Mac/Modules/launch/
_Launchmodule.c 80 PyMac_GetFSRef, &inItemRef,
139 PyMac_GetFSRef, &inRef))
173 PyMac_GetFSRef, &inRef,
209 PyMac_GetFSRef, &inFSRef))
245 PyMac_GetFSRef, &inItemRef,
347 PyMac_GetFSRef, &inItemFSRef,
348 PyMac_GetFSRef, &inTargetRef,
396 PyMac_GetFSRef, &inRef))
  /external/python/cpython2/Mac/Modules/ah/
_AHmodule.c 101 PyMac_GetFSRef, &appBundleRef))
  /external/python/cpython2/Mac/Modules/
MacOS.c 301 if (!PyArg_ParseTuple(args, "O&", PyMac_GetFSRef, &ref)) {
374 PyMac_GetFSRef, &ref, PyMac_GetOSType, &creator, PyMac_GetOSType, &type)) {
641 if (!PyArg_ParseTuple(args, "O&|s", PyMac_GetFSRef, &ref, &mode))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymactoolbox.h 97 int PyMac_GetFSRef(PyObject *, FSRef *); /* argument parser for FSRef */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymactoolbox.h 97 int PyMac_GetFSRef(PyObject *, FSRef *); /* argument parser for FSRef */
  /external/python/cpython2/Include/
pymactoolbox.h 112 int PyMac_GetFSRef(PyObject *, FSRef *); /* argument parser for FSRef */
  /external/python/cpython2/Mac/Modules/res/
_Resmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
mactoolboxglue.c 385 GLUE_CONVERT(FSRef, PyMac_GetFSRef, "Carbon.File")
  /external/python/cpython2/Python/
mactoolboxglue.c 385 GLUE_CONVERT(FSRef, PyMac_GetFSRef, "Carbon.File")
  /external/python/cpython2/Mac/Modules/file/
_Filemodule.c 36 #define PyMac_GetFSRef _PyMac_GetFSRef
45 extern int PyMac_GetFSRef(PyObject *v, FSRef *fsr);
63 #define FSRef_Convert PyMac_GetFSRef
103 return PyMac_GetFSRef(v, *ref);
    [all...]
  /external/python/cpython2/Mac/Modules/icn/
_Icnmodule.c 924 PyMac_GetFSRef, &iconFile))
    [all...]
  /external/python/cpython2/Mac/Modules/cf/
_CFmodule.c     [all...]

Completed in 73 milliseconds