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

  /external/oprofile/libutil/
op_file.c 99 struct stat lstat_buf; local
101 if (lstat(name, &lstat_buf) == 0 &&
102 S_ISLNK(lstat_buf.st_mode)) {

Completed in 60 milliseconds