HomeSort by relevance Sort by last modified time
    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 662 milliseconds