Searched refs:statbuf (Results 1 - 4 of 4) sorted by relevance

/system/extras/tests/storage/
H A Dopentest.c32 struct stat statbuf; local
49 if (stat(dir, &statbuf)) {
54 if (! S_ISDIR(statbuf.st_mode)) {
H A Dwipe_blkdev.c85 struct stat statbuf; local
109 if (fstat(fd, &statbuf) < 0) {
114 if (!S_ISBLK(statbuf.st_mode)) {
/system/vold/
H A Dcryptfs.c249 struct stat statbuf; local
275 fstat(fd, &statbuf);
277 if (S_ISREG(statbuf.st_mode)) {
379 struct stat statbuf; local
395 fstat(fd, &statbuf);
396 if (S_ISREG(statbuf.st_mode) && (statbuf.st_size != 0x4000)) {
1076 struct stat statbuf; local
1317 struct stat statbuf; local
1337 stat(crypto_blkdev, &statbuf);
[all...]
/system/core/logcat/
H A Dlogcat.cpp379 struct stat statbuf; local
388 fstat(g_outFD, &statbuf);
390 g_outByteCount = statbuf.st_size;

Completed in 81 milliseconds