Home
last modified time | relevance | path

Searched refs:FSCatalogInfo (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Mac/Modules/
DMacOS.c298 FSCatalogInfo cataloginfo; in MacOS_GetCreatorAndType()
371 FSCatalogInfo cataloginfo; in MacOS_SetCreatorAndType()
/external/python/cpython2/Mac/Modules/file/
D_Filemodule.c173 FSCatalogInfo ob_itself;
176 static PyObject *FSCatalogInfo_New(FSCatalogInfo *itself) in FSCatalogInfo_New()
186 static int FSCatalogInfo_Convert(PyObject *v, FSCatalogInfo *p_itself) in FSCatalogInfo_Convert()
487 memset(&((FSCatalogInfoObject *)self)->ob_itself, 0, sizeof(FSCatalogInfo)); in FSCatalogInfo_tp_new()
1617 FSCatalogInfo catalogInfo; in FSRef_FSCreateFileUnicode()
1660 FSCatalogInfo catalogInfo; in FSRef_FSCreateDirectoryUnicode()
1775 FSCatalogInfo catalogInfo; in FSRef_FSGetCatalogInfo()
1817 FSCatalogInfo catalogInfo; in FSRef_FSSetCatalogInfo()
Dfilesupport.py120 FSCatalogInfo = OpaqueType("FSCatalogInfo", "FSCatalogInfo") variable
/external/python/cpython2/Mac/Modules/res/
D_Resmodule.c1471 (FSCatalogInfo *)0, in Res_FSCreateResFile()
1537 (FSCatalogInfo *)0, in Res_FSCreateResourceFile()
/external/freetype/src/base/
Dftmac.c307 FSCatalogInfo info; in get_file_type_from_path()
/external/pdfium/third_party/freetype/src/base/
Dftmac.c307 FSCatalogInfo info; in get_file_type_from_path()
/external/python/cpython2/Misc/
DHISTORY4910 - Type Carbon.File.FSCatalogInfo and supporting methods have been implemented.