HomeSort by relevance Sort by last modified time
    Searched refs:sought_files (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/pending/
lsof.c 27 struct stat *sought_files;
58 if (TT.sought_files[i].st_dev==fi->st_dev)
59 if (TT.sought_files[i].st_ino==fi->st_ino) break;
431 TT.sought_files = xmalloc(toys.optc*sizeof(struct stat));
432 for (i = 0; i<toys.optc; ++i) xstat(toys.optargs[i], TT.sought_files+i);
  /external/toybox/generated/
globals.h 698 struct stat *sought_files; member in struct:lsof_data

Completed in 46 milliseconds