Home
last modified time | relevance | path

Searched refs:fsRdPerm (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
Dplistlib.py120 from Carbon.Files import fsRdPerm
123 resNum = Res.FSOpenResourceFile(fsRef, FSGetResourceForkName(), fsRdPerm)
/external/python/cpython2/Mac/Modules/
DMacOS.c637 SInt8 permission = fsRdPerm;
646 case 'r': permission = fsRdPerm; break;
/external/freetype/src/base/
Dftmac.c290 err = FSOpenResourceFile( &ref, 0, NULL, fsRdPerm, res ); in FT_FSPathMakeRes()
295 *res = FSOpenResFile( &ref, fsRdPerm ); in FT_FSPathMakeRes()
/external/pdfium/third_party/freetype/src/base/
Dftmac.c290 err = FSOpenResourceFile( &ref, 0, NULL, fsRdPerm, res ); in FT_FSPathMakeRes()
295 *res = FSOpenResFile( &ref, fsRdPerm ); in FT_FSPathMakeRes()
/external/python/cpython2/Lib/plat-mac/Carbon/
DFiles.py7 fsRdPerm = 0x01 variable
/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c186 err = FSpOpenDF(fragToFix->locator.fileSpec, fsRdPerm, &fragToFix->fileRef); in ReadContainerBasics()