Searched refs:frFlags (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_search.c605 if ( (SWAP_BE16(finfop->frFlags) & kHasBundle)
622 (SWAP_BE16(finfop->frFlags) & kIsInvisible) ) {
822 flags = SWAP_BE16(finder_info->frFlags);
841 flags = SWAP_BE16(finder_info->frFlags);
H A Dhfs_format.h213 unsigned short frFlags; /* Finder flags */ member in struct:FndrDirInfo
H A Dhfs_link.c1021 fndrinfo->frFlags = SWAP_BE16(kIsInvisible + kNameLocked);
H A Dhfs_catalog.c4401 if (((const HFSPlusCatalogFolder *)crp)->userInfo.frFlags & OSSwapHostToBigConstInt16(kFinderInvisibleMask))

Completed in 40 milliseconds