Home
last modified time | relevance | path

Searched refs:PyMac_BuildFSRef (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/python/cpython2/Mac/Modules/launch/
D_Launchmodule.c254 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/
Dpymactoolbox.h113 PyObject *PyMac_BuildFSRef(FSRef *); /* Convert FSRef to PyObject */
/aosp_15_r20/external/python/cpython2/Mac/Modules/folder/
D_Foldermodule.c86 PyMac_BuildFSRef, &foundRef); in Folder_FSFindFolder()
/aosp_15_r20/external/python/cpython2/Python/
Dmactoolboxglue.c384 GLUE_NEW(FSRef *, PyMac_BuildFSRef, "Carbon.File")
/aosp_15_r20/external/python/cpython2/Mac/Modules/file/
D_Filemodule.c34 #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.c1479 PyMac_BuildFSRef, &newRef, in Res_FSCreateResFile()
1543 PyMac_BuildFSRef, &newRef, in Res_FSCreateResourceFile()
/aosp_15_r20/external/python/cpython2/Mac/Modules/
DNav.c384 rvitem = PyMac_BuildFSRef(&fsr); in navrr_getattr()
/aosp_15_r20/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c3410 PyMac_BuildFSRef, &fsRef); in CFURLRefObj_CFURLGetFSRef()