Searched defs:st (Results 1 - 25 of 25) sorted by relevance

/system/core/toolbox/
H A Dmkdir.c38 struct stat st; local
59 if(stat(currpath, &st) != 0) {
H A Dmv.c12 struct stat st; local
22 if (stat(dest, &st)) {
28 st.st_mode = 0;
42 if (S_ISDIR(st.st_mode)) {
H A Ddf.c31 struct statfs st; local
33 if (statfs(s, &st) < 0) {
37 if (st.f_blocks == 0 && !always)
40 printsize((long long)st.f_blocks * (long long)st.f_bsize);
42 printsize((long long)(st.f_blocks - (long long)st.f_bfree) * st.f_bsize);
44 printsize((long long)st.f_bfree * (long long)st
[all...]
H A Drm.c22 struct stat st; local
28 if (lstat(name, &st) < 0)
32 if (!S_ISDIR(st.st_mode))
H A Dumount.c16 struct stat st; local
19 if (stat(dev, &st) == 0) {
20 if (S_ISBLK(st.st_mode) && (major(st.st_rdev) == LOOP_MAJOR)) {
H A Dcat.c198 struct stat st; local
203 if (fstat(fd, &st) == -1) {
207 if (!S_ISREG(st.st_mode)) {
H A Ddd.c86 extern STAT st;
108 STAT st; /* statistics */ variable
244 (void)gettimeofday(&st.start, NULL); /* Statistics timestamp. */
304 if (cpy_cnt && (st.in_full + st.in_part) >= cpy_cnt)
359 ++st.in_full;
364 ++st.in_full;
373 ++st.in_part;
390 ++st.swab;
519 st
[all...]
H A Dnewfs_msdos.c845 struct stat st; local
847 if (fstat(fd, &st))
850 ms = st.st_size;
/system/extras/fatblock/
H A Dread.c54 struct stat st; local
59 ret = stat(f->path, &st);
66 if (f->mtime != st.st_mtime)
H A Dimport.c97 struct stat st; local
102 ret = stat(path, &st);
125 f->size = st.st_size;
126 f->dev = st.st_dev;
127 f->ino = st.st_ino;
128 f->mtime = st.st_mtime;
/system/extras/kexec_tools/
H A Dkexecload.c30 struct stat st; local
31 fstat(f, &st);
32 return st.st_size;
/system/core/adb/
H A Dfile_sync_service.c59 struct stat st; local
63 if(lstat(path, &st)) {
68 msg.stat.mode = htoll(st.st_mode);
69 msg.stat.size = htoll(st.st_size);
70 msg.stat.time = htoll(st.st_mtime);
80 struct stat st; local
105 if(lstat(tmp, &st) == 0) {
106 msg.dent.mode = htoll(st.st_mode);
107 msg.dent.size = htoll(st.st_size);
108 msg.dent.time = htoll(st
[all...]
H A Dfile_sync_client.c606 struct stat st; local
635 stat(stat_path, &st);
637 if (S_ISDIR(st.st_mode)) {
643 if(lstat(ci->src, &st)) {
649 if(!S_ISREG(st.st_mode) && !S_ISLNK(st.st_mode)) {
653 ci->time = st.st_mtime;
654 ci->mode = st.st_mode;
655 ci->size = st.st_size;
744 struct stat st; local
946 struct stat st; local
[all...]
H A Dusb_linux.c231 struct stat st; local
273 if (!fstat(fd, &st) && S_ISCHR(st.st_mode)) {
277 major(st.st_rdev), minor(st.st_rdev));
H A Dcommandline.c1638 struct stat st; local
1644 if (stat(filename, &st) != 0) {
1649 if (!S_ISREG(st.st_mode)) {
/system/core/fastboot/
H A Dusb_linux.c112 struct stat st; local
183 result = fstat(fd, &st);
184 if (!result && S_ISCHR(st.st_mode)) {
190 major(st.st_rdev), minor(st.st_rdev));
H A Dengine.c287 struct stat st; local
292 fstat(fd, &st);
293 image->image_size = st.st_size;
294 image->buffer = load_buffer(fd, st.st_size);
H A Dfastboot.c164 struct stat st; local
167 ret = fstat(fd, &st);
169 return ret ? -1 : st.st_size;
/system/core/run-as/
H A Dpackage.c80 struct stat st; local
109 ret = TEMP_FAILURE_RETRY(fstat(fd, &st));
114 if ((st.st_uid != AID_SYSTEM) || (st.st_gid != AID_PACKAGE_INFO)) {
119 if ((st.st_mode & S_IWOTH) != 0) {
124 length = (size_t)st.st_size;
125 if ((off_t)length != st.st_size) {
171 struct stat st; local
174 ret = lstat(path, &st);
181 if (!S_ISDIR(st
[all...]
/system/core/toolbox/grep/
H A Dutil.c290 size_t st = 0; local
295 while (st <= l->len) {
296 pmatch.rm_so = st;
310 st = pmatch.rm_eo;
315 st = pmatch.rm_eo;
356 if (st == (size_t)pmatch.rm_so)
/system/core/init/
H A Ddevices.c665 struct stat st; local
669 if(fstat(fw_fd, &st) < 0)
671 len_to_copy = st.st_size;
/system/core/sh/
H A Djobs.c385 int st; local
409 st = ps->status;
412 if (st1 != st)
453 st = WEXITSTATUS(ps->status);
454 if (st)
455 fmtstr(s + col, 16, "Done(%d)", st);
461 st = WSTOPSIG(ps->status);
464 st = WTERMSIG(ps->status);
465 st &= 0x7f;
466 if (st < NSI
987 int st; local
[all...]
/system/core/include/private/pixelflinger/
H A Dggl_context.h380 } st[2]; member in union:android::texture_shade_t::__anon62
403 } st[2]; member in union:android::texture_iterators_t::__anon65
/system/core/libpixelflinger/
H A Dscanline.cpp791 uint8_t& st = texel.s[j]; local
796 if (st) {
798 sf = st;
802 if (st) {
803 uint32_t factor = Ct + (Ct>>(st-1));
804 Cf = (Cf * factor) >> st;
809 rescale(Cf, sf, Ct, st);
814 if (st) {
818 uint32_t factor = Ct + (Ct>>(st-1));
819 Cf = ((((1<<st)
1883 } st[2]; member in union:android::__anon218::__anon219
[all...]
/system/core/sdcard/
H A Dfuse.h411 struct fuse_kstatfs st; member in struct:fuse_statfs_out

Completed in 193 milliseconds