Searched defs:st (Results 1 - 23 of 23) 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.c25 struct statfs st; local
27 if (statfs(s, &st) < 0) {
31 if (st.f_blocks == 0 && !always)
34 printsize((long long)st.f_blocks * (long long)st.f_bsize);
36 printsize((long long)(st.f_blocks - (long long)st.f_bfree) * st.f_bsize);
38 printsize((long long)st.f_bfree * (long long)st
[all...]
H A Drm.c19 struct stat st; local
25 if (lstat(name, &st) < 0)
29 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;
110 STAT st; /* statistics */ variable
282 (void)gettimeofday(&st.start, NULL); /* Statistics timestamp. */
342 if (cpy_cnt && (st.in_full + st.in_part) >= cpy_cnt)
397 ++st.in_full;
402 ++st.in_full;
411 ++st.in_part;
428 ++st.swab;
557 st
[all...]
H A Dnewfs_msdos.c844 struct stat st; local
846 if (fstat(fd, &st))
849 ms = st.st_size;
/system/core/nexus/
H A DDhcpListener.cpp61 int st = DhcpState::parseString(tmp); local
62 mHandlers->onDhcpStateChanged(mController, st);
/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/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 Dcommandline.c1412 struct stat st; local
1418 if (stat(filename, &st) != 0) {
1423 if (!S_ISREG(st.st_mode)) {
/system/core/libcutils/
H A Dtzstrftime.c738 struct stat st; local
783 if (fstat(fd, &st) != 0)
785 if (st.st_size <= 0)
787 bufsize = namesize + st.st_size;
794 plim = p + st.st_size;
795 if (read(fd, p, (size_t) st.st_size) != st.st_size)
H A Dtztime.c1294 struct state st; local
1295 if (tzload(tz, &st, TRUE) != 0) {
1297 gmtload(&st);
1300 localsub(timep, 0L, tmp, &st);
1944 struct state st; local
1945 if (tzload(tz, &st, TRUE) != 0) {
1947 gmtload(&st);
1949 return time1(tmp, localsub, 0L, &st);
/system/core/run-as/
H A Dpackage.c119 struct stat st; local
122 ret = lstat(path, &st);
129 if (!S_ISDIR(st.st_mode))
133 if (st.st_uid != uid || st.st_gid != uid)
137 if ((st.st_mode & (S_IROTH|S_IWOTH)) != 0)
/system/media/mca/filterfw/native/core/
H A Dgl_env.cpp163 sp<SurfaceTexture> st = new SurfaceTexture(0, false); local
164 window_ = new SurfaceTextureClient(st);
/system/core/init/
H A Ddevices.c600 struct stat st; local
604 if(fstat(fw_fd, &st) < 0)
606 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.h360 } st[2]; member in union:android::texture_shade_t::__anon315
383 } st[2]; member in union:android::texture_iterators_t::__anon318
/system/core/libpixelflinger/
H A Dscanline.cpp770 uint8_t& st = texel.s[j]; local
775 if (st) {
777 sf = st;
781 if (st) {
782 uint32_t factor = Ct + (Ct>>(st-1));
783 Cf = (Cf * factor) >> st;
788 rescale(Cf, sf, Ct, st);
793 if (st) {
797 uint32_t factor = Ct + (Ct>>(st-1));
798 Cf = ((((1<<st)
1862 } st[2]; member in union:android::__anon401::__anon402
[all...]
/system/core/sdcard/
H A Dfuse.h411 struct fuse_kstatfs st; member in struct:fuse_statfs_out

Completed in 342 milliseconds