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

/system/vold/
H A Dcryptfs.c152 struct stat statbuf; local
224 fstat(fd, &statbuf);
226 if (S_ISREG(statbuf.st_mode) && (key_loc[0] == '/')) {
251 struct stat statbuf; local
285 fstat(fd, &statbuf);
286 if (S_ISREG(statbuf.st_mode) && (statbuf.st_size != 0x4000)) {
644 struct stat statbuf; local
868 struct stat statbuf; local
889 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 724 milliseconds