Searched refs:proc_path (Results 1 – 1 of 1) sorted by relevance
18 char proc_path[PATH_MAX]; in test_parse_sysfs_value() local39 snprintf(proc_path, sizeof(proc_path), "/proc/self/fd/%d", tmp_file_handle); in test_parse_sysfs_value()40 if (readlink(proc_path, filename, sizeof(filename)) < 0) { in test_parse_sysfs_value()