Home
last modified time | relevance | path

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

/xnu-10063.101.15/tools/lldbmacros/
H A Dxnudefines.py101 filetype_strings = { DTYPE_VNODE: 'VNODE', variable
H A Dprocess.py917 if proc_fd_ftype in xnudefines.filetype_strings:
918 out_str += "{0: <8s} ".format(xnudefines.filetype_strings[proc_fd_ftype])