Home
last modified time | relevance | path

Searched refs:kFSNodeIsDirectoryMask (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Mac/Modules/
DMacOS.c340 if ((cataloginfo.nodeFlags & kFSNodeIsDirectoryMask) != 0) { in MacOS_GetCreatorAndType()
407 if ((cataloginfo.nodeFlags & kFSNodeIsDirectoryMask) != 0) { in MacOS_SetCreatorAndType()
/external/python/cpython2/Lib/plat-mac/Carbon/
DFiles.py287 kFSNodeIsDirectoryMask = 0x0010 variable