Home | History | Annotate | Download | only in mtp

Lines Matching defs:statbuf

1030     struct stat statbuf;
1031 if (stat(path, &statbuf) == 0) {
1032 if (S_ISDIR(statbuf.st_mode)) {