Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/vfs/
H A Dvfs_fsevents.c333 static char last_str[MAXPATHLEN]; variable
408 last_str[0] = '\0'; in add_fsevent()
445 (last_str[0] && last_nlen == nlen && ptr && strcmp(last_str, ptr) == 0)) in add_fsevent()
455 strlcpy(last_str, ptr, sizeof(last_str)); in add_fsevent()