HomeSort by relevance Sort by last modified time
    Searched full:path_pos (Results 1 - 1 of 1) sorted by null

  /external/toybox/toys/pending/
lsof.c 151 int path_pos; local
153 if (sscanf(line, "%*p: %*X %*X %*X %*X %*X %lu %n", &inode, &path_pos) >= 1 &&
155 char *name = chomp(line + path_pos);

Completed in 63 milliseconds