Lines Matching defs:fileRef
96 static OSStatus FSMakePath(FSRef fileRef, unsigned char *path, long maxPathSize);
340 FSRef fileRef;
352 if (! CFURLGetFSRef(scriptFileURL, &fileRef)) return NULL;
360 if (FSMakePath(fileRef, path, kMaxPathLength)) return NULL;
374 FSRef fileRef;
386 if (! CFURLGetFSRef( openDocFileURL, &fileRef )) return NULL;
394 if (FSMakePath(fileRef, path, kMaxPathLength)) return NULL;
422 static OSStatus FSMakePath(FSRef fileRef, unsigned char *path, long maxPathSize)
425 return FSRefMakePath(&fileRef, path, maxPathSize);
488 FSRef fileRef;
502 (Ptr)&fileRef, sizeof(FSRef), &actualSize)))
505 if ((err = FSMakePath(fileRef, (unsigned char *)&path,