HomeSort by relevance Sort by last modified time
    Searched refs:fsRdPerm (Results 1 - 7 of 7) sorted by null

  /external/python/cpython2/Mac/Modules/
MacOS.c 637 SInt8 permission = fsRdPerm;
646 case 'r': permission = fsRdPerm; break;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
plistlib.py 120 from Carbon.Files import fsRdPerm
123 resNum = Res.FSOpenResourceFile(fsRef, FSGetResourceForkName(), fsRdPerm)
  /external/freetype/src/base/
ftmac.c 291 err = FSOpenResourceFile( &ref, 0, NULL, fsRdPerm, res );
296 *res = FSOpenResFile( &ref, fsRdPerm );
  /external/python/cpython2/Lib/
plistlib.py 120 from Carbon.Files import fsRdPerm
123 resNum = Res.FSOpenResourceFile(fsRef, FSGetResourceForkName(), fsRdPerm)
  /external/python/cpython2/Lib/plat-mac/Carbon/
Files.py 7 fsRdPerm = 0x01
  /external/freetype/builds/mac/
ftmac.c 589 err = FSOpenResourceFile( &ref, 0, NULL, fsRdPerm, res );
594 *res = FSOpenResFile( &ref, fsRdPerm );
608 *res = FSpOpenResFile( &spec, fsRdPerm );
    [all...]
  /external/python/cpython2/Mac/Modules/cg/
CFMLateImport.c 186 err = FSpOpenDF(fragToFix->locator.fileSpec, fsRdPerm, &fragToFix->fileRef);
    [all...]

Completed in 106 milliseconds