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.c141 struct stat statbuf; local
213 fstat(fd, &statbuf);
215 if (S_ISREG(statbuf.st_mode) && (key_loc[0] == '/')) {
240 struct stat statbuf; local
274 fstat(fd, &statbuf);
275 if (S_ISREG(statbuf.st_mode) && (statbuf.st_size != 0x4000)) {
714 struct stat statbuf; local
945 struct stat statbuf; local
966 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 174 milliseconds