Home
last modified time | relevance | path

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

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