Home
last modified time | relevance | path

Searched refs:cdir (Results 1 - 10 of 10) sorted by relevance

/third_party/toybox/toys/pending/
H A Dcrontab.c32 char *cdir;
219 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, name); in do_list()
227 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, name); in do_remove()
236 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, dest); in update_crontab()
278 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, pwd->pw_name); in do_edit()
341 if (TT.cdir && (TT.cdir[strlen(TT.cdir)-1] != '/')) in crontab_main()
342 TT.cdir = xmprintf("%s/", TT.cdir); in crontab_main()
[all...]
/third_party/skia/src/c/
H A Dsk_surface.cpp65 static bool from_c_path_direction(sk_path_direction_t cdir, SkPathDirection* dir) { in from_c_path_direction() argument
67 if (gPathDirMap[i].fC == cdir) { in from_c_path_direction()
210 void sk_pathbuilder_add_rect(sk_pathbuilder_t* cbuilder, const sk_rect_t* crect, sk_path_direction_t cdir) { in sk_pathbuilder_add_rect() argument
212 if (!from_c_path_direction(cdir, &dir)) { in sk_pathbuilder_add_rect()
218 void sk_pathbuilder_add_oval(sk_pathbuilder_t* cbuilder, const sk_rect_t* crect, sk_path_direction_t cdir) { in sk_pathbuilder_add_oval() argument
220 if (!from_c_path_direction(cdir, &dir)) { in sk_pathbuilder_add_oval()
/third_party/alsa-lib/src/pcm/
H A Dinterval.c406 void boundary_sub(int a, int adir, int b, int bdir, int *c, int *cdir) in boundary_sub() argument
411 *cdir = adir - bdir; in boundary_sub()
412 if (*cdir == -2) { in boundary_sub()
415 } else if (*cdir == 2) { in boundary_sub()
H A Dinterval.h78 void boundary_sub(int a, int adir, int b, int bdir, int *c, int *cdir);
/third_party/alsa-utils/alsa-info/
H A Dalsa-info.sh654 for cdir in $(echo $SYSFS/class/sound/card*); do
655 echo "!!Card: $cdir" >> $FILE
656 driver=$(readlink -f "$cdir/device/driver")
659 tree --noreport $cdir -L 2 | sed -e 's/^/\t/g' >> $FILE
/third_party/ltp/lib/
H A Dtst_device.c449 char cdir[PATH_MAX], mpath[PATH_MAX]; in tst_is_mounted_at_tmpdir() local
452 if (!getcwd(cdir, PATH_MAX)) { in tst_is_mounted_at_tmpdir()
457 ret = snprintf(mpath, PATH_MAX, "%s/%s", cdir, path); in tst_is_mounted_at_tmpdir()
/third_party/python/Lib/
H A Dos.py219 cdir = curdir
221 cdir = bytes(curdir, 'ASCII')
222 if tail == cdir: # xxx/newdir/. exists if xxx/newdir exists
/third_party/FatFs/source/
H A Dff.h238 DWORD cdir; /* Current directory start cluster (0:root) */ member
H A Dff.c2564 dp->obj.sclust = fs->cdir; /* Start at the current directory */ in follow_path()
2956 fs->cdir = 0; /* Initialize current directory */ in mount_volume()
3200 fs->cdir = 0; /* Initialize current directory */ in init_fatobj()
3932 fs->cdir = dj.obj.sclust; in f_chdir()
3935 fs->cdir = ld_clust(fs, dj.dir); /* Sub-directory cluster */ in f_chdir()
3987 dj.obj.sclust = fs->cdir; /* Start to follow upper directory from current directory */ in f_getcwd()
4707 if (dclst == fs->cdir) { /* Is it the current directory? */ in f_unlink()
/third_party/toybox/generated/
H A Dglobals.h667 char *cdir; member

Completed in 23 milliseconds