Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/vfs/
H A Dlongpaths.c827 char *remainingpath = createpath(remaininglen - 1, false, &origst); // -1 for the slash in test_path_after_link() local
831 asprintf(&path, "link/%s", remainingpath); in test_path_after_link()
832 free(remainingpath); in test_path_after_link()