Home | History | Annotate | Download | only in cg

Lines Matching defs:fileRef

133     SInt16                                              fileRef;                                // A read-only path to the CFM container.  We keep this here because one that one routine needs to read from the container.
177 MoreAssertQ(fragToFix->fileRef == 0);
186 err = FSpOpenDF(fragToFix->locator.fileSpec, fsRdPerm, &fragToFix->fileRef);
188 err = FSReadAtOffset(fragToFix->fileRef,
205 err = FSReadAtOffset(fragToFix->fileRef,
231 err = FSReadAtOffset(fragToFix->fileRef,
569 err = FSReadAtOffset( fragToFix->fileRef,
591 err = FSReadAtOffset(fragToFix->fileRef,
1196 // Fills out the containerHeader, sectionHeaders, loaderSection and fileRef fields
1237 if (fragToFix.fileRef != 0) {
1238 junk = FSClose(fragToFix.fileRef);