OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dirstat
(Results
1 - 1
of
1
) sorted by null
/external/oprofile/libopagent/
opagent.c
130
struct stat
dirstat
;
local
137
rc = stat(AGENT_DIR, &
dirstat
);
138
if (rc || !S_ISDIR(
dirstat
.st_mode)) {
Completed in 35 milliseconds