Home | History | Annotate | Download | only in installd

Lines Matching full:stat

243     struct stat s;
251 if (stat(pkgpath, &s) < 0) return -1;
266 static int stat_size(struct stat *s)
282 struct stat s;
322 struct stat s;
334 if (stat(apkpath, &s) == 0) {
341 if (stat(fwdlock_apkpath, &s) == 0) {
347 if (stat(path, &s) == 0) {
492 struct stat apk_stat, dex_stat;
512 if (stat(dex_path, &dex_stat) == 0) {
522 stat(apk_path, &apk_stat);
609 struct stat* statbuf)
630 int dstuid, int dstgid, struct stat* statbuf)
640 LOGW("Unable to stat %s: %s\n", srcpath, strerror(errno));
712 struct stat s;