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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_fsevents.c175 #define IS_TLD(x) strnstr((char *) path, x, MAXPATHLEN) macro
176 if (IS_TLD("/.Spotlight-V100/") ||
177 IS_TLD("/.MobileBackups/") ||
178 IS_TLD("/Backups.backupdb/")) {
181 #undef IS_TLD macro

Completed in 51 milliseconds