Searched refs:kFSNodeIsDirectoryMask (Results 1 – 2 of 2) sorted by relevance
340 if ((cataloginfo.nodeFlags & kFSNodeIsDirectoryMask) != 0) { in MacOS_GetCreatorAndType()407 if ((cataloginfo.nodeFlags & kFSNodeIsDirectoryMask) != 0) { in MacOS_SetCreatorAndType()
287 kFSNodeIsDirectoryMask = 0x0010 variable