Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/vfs/
H A Dlongpaths.c826 struct stat origst; in test_path_after_link() local
827 char *remainingpath = createpath(remaininglen - 1, false, &origst); // -1 for the slash in test_path_after_link()
840 T_QUIET; T_ASSERT_TRUE(st.st_dev == origst.st_dev && st.st_ino == origst.st_ino, in test_path_after_link()