Searched defs:vRefNum (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython2/Mac/Modules/folder/
H A D_Foldermodule.c27 short vRefNum; local
33 &vRefNum,
37 _err = FindFolder(vRefNum,
53 short vRefNum; local
56 &vRefNum,
59 _err = ReleaseFolder(vRefNum,
71 short vRefNum; local
76 &vRefNum,
80 _err = FSFindFolder(vRefNum,
166 short vRefNum; local
258 short vRefNum; local
276 short vRefNum; local
[all...]
/external/freetype/builds/mac/
H A Dftmac.c483 short vRefNum; local
492 vRefNum = 0;
521 err = FSMakeFSSpec( vRefNum, dirID, nodeName, spec_p );
525 vRefNum = spec_p->vRefNum;
540 short vRefNum; local
561 vRefNum = spec.vRefNum;
564 err = FSMakeFSSpec( vRefNum, dirID, parDir_name, &spec );
/external/python/cpython2/Mac/Modules/icn/
H A D_Icnmodule.c801 SInt16 vRefNum; local
809 &vRefNum,
813 _err = GetIconRef(vRefNum,
827 SInt16 vRefNum; local
837 &vRefNum,
843 _err = GetIconRefFromFolder(vRefNum,
1270 SInt16 vRefNum; local
1275 &vRefNum))
1277 _err = FlushIconRefsByVolume(vRefNum);
1288 SInt16 vRefNum; local
1309 SInt16 vRefNum; local
[all...]
/external/python/cpython2/Mac/Modules/res/
H A D_Resmodule.c1164 short vRefNum; local
1171 &vRefNum,
1175 vRefNum,
1190 short vRefNum; local
1198 &vRefNum,
1203 _rv = HOpenResFile(vRefNum,
1219 short vRefNum; local
1226 &vRefNum,
1230 HCreateResFile(vRefNum,
1653 PyDoc_STR("(Str255 fileName, short vRefNum, SignedByt
[all...]
/external/python/cpython2/Mac/Modules/win/
H A D_Winmodule.c1084 SInt16 vRefNum; local
1091 &vRefNum))
1096 vRefNum);
2435 PyDoc_STR("(OSType fileCreator, OSType fileType, SInt16 vRefNum) -> None")},
/external/python/cpython2/Mac/Modules/file/
H A D_Filemodule.c130 err = FSMakeFSSpec(fss->vRefNum, fss->parID,
1376 _res = Py_BuildValue("(iis#)", _self->ob_itself.vRefNum, _self->ob_itself.parID,
1416 PyDoc_STR("() -> (vRefNum, dirID, name)")},
1440 self->ob_itself.vRefNum,
2133 short vRefNum; local
2136 &vRefNum))
2139 vRefNum);
2151 short vRefNum; local
2154 &vRefNum))
2157 vRefNum);
2169 short vRefNum; local
2295 short vRefNum; local
2312 short vRefNum; local
2331 short vRefNum; local
2357 short vRefNum; local
2383 short vRefNum; local
2426 short vRefNum; local
2453 short vRefNum; local
2476 short vRefNum; local
2497 short vRefNum; local
2520 short vRefNum; local
2544 short vRefNum; local
2565 short vRefNum; local
2586 short vRefNum; local
2610 short vRefNum; local
2637 short vRefNum; local
[all...]

Completed in 683 milliseconds