Searched refs:IS_TLD (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c199 #define IS_TLD(x) strnstr((char *) path, x, MAXPATHLEN) macro
200 if (IS_TLD("/.Spotlight-V100/") ||
201 IS_TLD("/.MobileBackups/") ||
202 IS_TLD("/Backups.backupdb/")) {
205 #undef IS_TLD macro

Completed in 30 milliseconds