OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 42 milliseconds