OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stat_buffer
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libutil/
op_file.c
135
struct stat
stat_buffer
;
local
159
&
stat_buffer
);
161
if (S_ISDIR(
stat_buffer
.st_mode)) {
174
&
stat_buffer
);
175
if (name && S_ISDIR(
stat_buffer
.st_mode)) {
/external/libxml2/
xmlIO.c
731
struct stat
stat_buffer
;
local
738
if (xmlWrapStat(path, &
stat_buffer
) == -1)
741
if (stat(path, &
stat_buffer
) == -1)
745
if (S_ISDIR(
stat_buffer
.st_mode))
[
all
...]
Completed in 42 milliseconds