Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/vfs/
H A Dgetattrlist_fullpath.c49 test_realpath(char *input, char *output) in test_realpath() function
57 test_realpath("/private/etc/hosts", "/private/etc/hosts");
58 test_realpath("/etc/hosts", "/private/etc/hosts");
61 test_realpath("/.nofollow/etc/hosts", NULL);
62 test_realpath("/.nofollow/private/etc/hosts", "/.nofollow/private/etc/hosts");
65 test_realpath("/.resolve/1/etc/hosts", NULL);
66 test_realpath("/.resolve/1/private/etc/hosts", "/.resolve/1/private/etc/hosts");