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

  /ndk/sources/host-tools/sed-4.2.1/lib/
lstat.c 57 int lstat_result = orig_lstat (file, sbuf); local
59 if (lstat_result != 0 || !S_ISLNK (sbuf->st_mode))
60 return lstat_result;

Completed in 7061 milliseconds