Searched refs:catInfoSource (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DFSpCompat.c672 CInfoPBRec catInfoSource, catInfoDest; local
712 catInfoSource.hFileInfo.ioVRefNum = source->vRefNum;
713 catInfoSource.hFileInfo.ioFDirIndex = 0;
714 catInfoSource.hFileInfo.ioNamePtr = (StringPtr) &(source->name);
715 catInfoSource.hFileInfo.ioDirID = source->parID;
716 catInfoSource.hFileInfo.ioACUser = 0; /* ioACUser used to be filler2 */
717 result = PBGetCatInfoSync(&catInfoSource);
722 if ( (catInfoSource.hFileInfo.ioFlAttrib & kioFlAttribDirMask) != 0 )
826 catInfoSource.hFileInfo.ioNamePtr = unique1Ptr;
829 catInfoSource
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DFSpCompat.c672 CInfoPBRec catInfoSource, catInfoDest; local
712 catInfoSource.hFileInfo.ioVRefNum = source->vRefNum;
713 catInfoSource.hFileInfo.ioFDirIndex = 0;
714 catInfoSource.hFileInfo.ioNamePtr = (StringPtr) &(source->name);
715 catInfoSource.hFileInfo.ioDirID = source->parID;
716 catInfoSource.hFileInfo.ioACUser = 0; /* ioACUser used to be filler2 */
717 result = PBGetCatInfoSync(&catInfoSource);
722 if ( (catInfoSource.hFileInfo.ioFlAttrib & kioFlAttribDirMask) != 0 )
826 catInfoSource.hFileInfo.ioNamePtr = unique1Ptr;
829 catInfoSource
[all...]

Completed in 403 milliseconds