Searched refs:parentRef (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefilex/
H A DMoreFilesX.c697 FSRef *parentRef)
703 require_action(NULL != parentRef, BadParameter, result = paramErr);
705 result = FSGetCatalogInfo(ref, kFSCatInfoNodeID, &catalogInfo, NULL, NULL, parentRef);
718 /* clear parentRef and return noErr which is the proper behavior */
719 memset(parentRef, 0, sizeof(FSRef));
1009 FSRef parentRef; local
1015 result = FSGetCatalogInfo(ref, kFSCatInfoNodeFlags + kFSCatInfoContentMod, &catalogInfo, NULL, NULL, &parentRef);
1057 result = FNNotify(notifyParent ? &parentRef : ref, kFNDirectoryModifiedMessage, kNilOptions);
1179 FSRef parentRef; local
1182 result = FSGetCatalogInfo(ref, kFSCatInfoNodeFlags + kFSCatInfoFinderInfo, &catalogInfo , NULL, NULL, &parentRef);
695 FSGetParentRef( const FSRef *ref, FSRef *parentRef) argument
1225 FSRef parentRef; local
[all...]
H A DMoreFilesX.cpp693 FSRef *parentRef)
699 require_action(NULL != parentRef, BadParameter, result = paramErr);
701 result = FSGetCatalogInfo(ref, kFSCatInfoNodeID, &catalogInfo, NULL, NULL, parentRef);
714 /* clear parentRef and return noErr which is the proper behavior */
715 memset(parentRef, 0, sizeof(FSRef));
1005 FSRef parentRef; local
1011 result = FSGetCatalogInfo(ref, kFSCatInfoNodeFlags + kFSCatInfoContentMod, &catalogInfo, NULL, NULL, &parentRef);
1053 result = FNNotify(notifyParent ? &parentRef : ref, kFNDirectoryModifiedMessage, kNilOptions);
1175 FSRef parentRef; local
1178 result = FSGetCatalogInfo(ref, kFSCatInfoNodeFlags + kFSCatInfoFinderInfo, &catalogInfo , NULL, NULL, &parentRef);
691 FSGetParentRef( const FSRef *ref, FSRef *parentRef) argument
1221 FSRef parentRef; local
[all...]
H A DMoreFilesX.h674 FSRef *parentRef);
683 function result will be noErr and the parentRef will be invalid (using it
687 parentRef <-- The parent directory's FSRef.

Completed in 75 milliseconds