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

  /external/e2fsprogs/util/
symlinks.c 170 struct stat stbuf, lstbuf; local
206 lstat(abspath, &lstbuf); /* if the above didn't fail, then this shouldn't */
208 if (single_fs && lstbuf.st_dev != my_dev) {

Completed in 84 milliseconds