Home
last modified time | relevance | path

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

/system/core/toolbox/
Dlsof.c73 static ssize_t link_dest_size; in print_type() local
77 if ((link_dest_size = readlink(info->path, link_dest, sizeof(link_dest)-1)) < 0) { in print_type()
83 link_dest[link_dest_size] = '\0'; in print_type()