Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_aux.c1485 char *name_lnk; in __igt_lsof() local
1502 name_lnk = malloc(st.st_size + 1); in __igt_lsof()
1504 igt_assert((read = readlink(path, name_lnk, st.st_size + 1))); in __igt_lsof()
1505 name_lnk[read] = '\0'; in __igt_lsof()
1507 if (!strncmp(dir, name_lnk, strlen(dir))) in __igt_lsof()
1508 igt_show_stat(proc_info, &state, name_lnk); in __igt_lsof()
1516 free(name_lnk); in __igt_lsof()