Searched refs:PyMac_BuildFSRef (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/python/cpython2/Mac/Modules/launch/ |
D | _Launchmodule.c | 254 PyMac_BuildFSRef, &outAppRef, in Launch_LSGetApplicationForItem() 283 PyMac_BuildFSRef, &outAppRef, in Launch_LSGetApplicationForInfo() 306 PyMac_BuildFSRef, &outAppRef, in Launch_LSGetApplicationForURL() 332 PyMac_BuildFSRef, &outAppRef, in Launch_LSFindApplicationForInfo() 402 PyMac_BuildFSRef, &outLaunchedRef); in Launch_LSOpenFSRef()
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | pymactoolbox.h | 113 PyObject *PyMac_BuildFSRef(FSRef *); /* Convert FSRef to PyObject */
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/folder/ |
D | _Foldermodule.c | 86 PyMac_BuildFSRef, &foundRef); in Folder_FSFindFolder()
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | mactoolboxglue.c | 384 GLUE_NEW(FSRef *, PyMac_BuildFSRef, "Carbon.File")
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/file/ |
D | _Filemodule.c | 34 #define PyMac_BuildFSRef _PyMac_BuildFSRef macro 46 extern PyObject *PyMac_BuildFSRef(FSRef *spec); 3339 PyMac_BuildFSRef(FSRef *spec) in PyMac_BuildFSRef() function 3356 PyMac_INIT_TOOLBOX_OBJECT_NEW(FSRef *, PyMac_BuildFSRef); in init_File()
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/res/ |
D | _Resmodule.c | 1479 PyMac_BuildFSRef, &newRef, in Res_FSCreateResFile() 1543 PyMac_BuildFSRef, &newRef, in Res_FSCreateResourceFile()
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/ |
D | Nav.c | 384 rvitem = PyMac_BuildFSRef(&fsr); in navrr_getattr()
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/cf/ |
D | _CFmodule.c | 3410 PyMac_BuildFSRef, &fsRef); in CFURLRefObj_CFURLGetFSRef()
|