Home
last modified time | relevance | path

Searched refs:CFURLRefObj_New (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Mac/Modules/launch/
D_Launchmodule.c255 CFURLRefObj_New, outAppURL); in Launch_LSGetApplicationForItem()
284 CFURLRefObj_New, outAppURL); in Launch_LSGetApplicationForInfo()
307 CFURLRefObj_New, outAppURL); in Launch_LSGetApplicationForURL()
333 CFURLRefObj_New, outAppURL); in Launch_LSFindApplicationForInfo()
419 CFURLRefObj_New, outLaunchedURL); in Launch_LSOpenCFURLRef()
/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c76 #define CFURLRefObj_New _CFURLRefObj_New macro
2254 CFURLRefObj_New, _rv); in CFStringRefObj_CFURLCreateWithString()
2273 CFURLRefObj_New, _rv); in CFStringRefObj_CFURLCreateWithFileSystemPath()
2295 CFURLRefObj_New, _rv); in CFStringRefObj_CFURLCreateWithFileSystemPathRelativeToBase()
2936 PyObject *CFURLRefObj_New(CFURLRef itself) in CFURLRefObj_New() function
3031 CFURLRefObj_New, _rv); in CFURLRefObj_CFURLCopyAbsoluteURL()
3061 CFURLRefObj_New, _rv); in CFURLRefObj_CFURLGetBaseURL()
3350 CFURLRefObj_New, _rv); in CFURLRefObj_CFURLCreateCopyAppendingPathComponent()
3363 CFURLRefObj_New, _rv); in CFURLRefObj_CFURLCreateCopyDeletingLastPathComponent()
3379 CFURLRefObj_New, _rv); in CFURLRefObj_CFURLCreateCopyAppendingPathExtension()
[all …]
/external/python/cpython2/Include/
Dpymactoolbox.h225 extern PyObject *CFURLRefObj_New(CFURLRef);
/external/python/cpython2/Python/
Dmactoolboxglue.c472 GLUE_NEW(CFURLRef, CFURLRefObj_New, "Carbon.CF")