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

/system/vold/
H A Dcryptfs.c154 struct stat statbuf; local
226 fstat(fd, &statbuf);
228 if (S_ISREG(statbuf.st_mode) && (key_loc[0] == '/')) {
253 struct stat statbuf; local
287 fstat(fd, &statbuf);
288 if (S_ISREG(statbuf.st_mode) && (statbuf.st_size != 0x4000)) {
656 struct stat statbuf; local
887 struct stat statbuf; local
908 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 492 milliseconds