Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Ddoc_tombstone.c76 ut->t_lastop_filename[0] = '\0'; in doc_tombstone_clear()
181 strlcpy((char *)&ut->t_lastop_filename[0], cnp->cn_nameptr, sizeof(ut->t_lastop_filename)); in doc_tombstone_save()
/xnu-11215.1.10/bsd/sys/
H A Ddoc_tombstone.h54 unsigned char t_lastop_filename[NAME_MAX + 1]; member