Lines Matching defs:parentRef
671 FSRef *parentRef)
677 require_action(NULL != parentRef, BadParameter, result = paramErr);
679 result = FSGetCatalogInfo(ref, kFSCatInfoNodeID, &catalogInfo, NULL, NULL, parentRef);
692 /* clear parentRef and return noErr which is the proper behavior */
693 memset(parentRef, 0, sizeof(FSRef));
983 FSRef parentRef;
989 result = FSGetCatalogInfo(ref, kFSCatInfoNodeFlags + kFSCatInfoContentMod, &catalogInfo, NULL, NULL, &parentRef);
1031 result = FNNotify(notifyParent ? &parentRef : ref, kFNDirectoryModifiedMessage, kNilOptions);
1153 FSRef parentRef;
1156 result = FSGetCatalogInfo(ref, kFSCatInfoNodeFlags + kFSCatInfoFinderInfo, &catalogInfo , NULL, NULL, &parentRef);
1180 verify_noerr(FSBumpDate(&parentRef));
1199 FSRef parentRef;
1202 result = FSGetCatalogInfo(ref, kFSCatInfoFinderInfo, &catalogInfo, NULL, NULL, &parentRef);
1223 verify_noerr(FSBumpDate(&parentRef));