Home
last modified time | relevance | path

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

/support/
A Dtst-support-open-dev-null-range.c39 char file_path[PATH_MAX]; in check_path() local
41 = readlink (proc_fd_path, file_path, sizeof (file_path)); in check_path()
44 FAIL_EXIT1 ("readlink (%s, %p, %zu)", proc_fd_path, file_path, in check_path()
45 sizeof (file_path)); in check_path()
46 file_path[file_path_length] = '\0'; in check_path()
47 TEST_COMPARE_STRING (file_path, "/dev/null"); in check_path()

Completed in 4 milliseconds