Home
last modified time | relevance | path

Searched refs:cdir (Results 1 – 7 of 7) sorted by relevance

/external/toybox/toys/pending/
Dcrontab.c31 char *cdir;
215 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, name); in do_list()
224 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, name); in do_remove()
233 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, dest); in update_crontab()
275 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, pwd->pw_name); in do_edit()
338 if (TT.cdir && (TT.cdir[strlen(TT.cdir)-1] != '/')) in crontab_main()
339 TT.cdir = xmprintf("%s/", TT.cdir); in crontab_main()
340 if (!TT.cdir) TT.cdir = xstrdup("/var/spool/cron/crontabs/"); in crontab_main()
360 if (!(toys.optflags & FLAG_c)) free(TT.cdir); in crontab_main()
/external/skia/experimental/mojo/
Dgenerate.py39 def GenerateBindings(path, cdir=None): argument
55 if cdir is None:
56 cdir = os.path.dirname(path)
57 assert os.path.isdir(cdir)
59 os.chdir(cdir)
60 subprocess.check_call([exe, os.path.relpath(path, cdir)])
/external/libcxx/cmake/Modules/
DCodeCoverage.cmake17 foreach(cdir ${capture_dirs})
18 list(APPEND CAPTURE_DIRS "-d;${cdir}")
/external/skia/src/c/
Dsk_surface.cpp137 static bool from_c_path_direction(sk_path_direction_t cdir, SkPath::Direction* dir) { in from_c_path_direction() argument
139 if (gPathDirMap[i].fC == cdir) { in from_c_path_direction()
289 void sk_path_add_rect(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) { in sk_path_add_rect() argument
291 if (!from_c_path_direction(cdir, &dir)) { in sk_path_add_rect()
297 void sk_path_add_oval(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) { in sk_path_add_oval() argument
299 if (!from_c_path_direction(cdir, &dir)) { in sk_path_add_oval()
/external/llvm/bindings/go/llvm/
Ddibuilder.go149 cdir := C.CString(dir)
150 defer C.free(unsafe.Pointer(cdir))
151 result := C.LLVMDIBuilderCreateFile(d.ref, cfilename, cdir)
/external/opencv3/modules/core/test/
Dtest_operations.cpp472 Vec3f cdir(1.f, 1.f, 0.f); in TestSubMatAccess() local
476 T_bs(Range(0,3),Range(2,3)) = 1.0*Mat(cdir); // wierd OpenCV stuff, need to do multiply in TestSubMatAccess()
478 T_bs(Range(0,3),Range(0,1)) = 1.0*Mat(cdir.cross(ydir)); in TestSubMatAccess()
/external/toybox/generated/
Dglobals.h432 char *cdir; member