Searched defs:fpath (Results 1 - 7 of 7) sorted by relevance

/external/libcap-ng/libcap-ng-0.7/utils/
H A Dfilecap.c44 static int check_file(const char *fpath, argument
52 int fd = open(fpath, O_RDONLY|O_CLOEXEC);
64 printf("%s ", fpath);
/external/opencv3/modules/viz/src/vtk/
H A DvtkTrajectorySource.cpp90 const Affine3f* fpath = _traj.getMat().ptr<Affine3f>(); local
94 points.at<Vec3f>(i) = fpath[i].translation();
/external/toybox/toys/other/
H A Dlsattr.c141 char *fpath = NULL; local
150 fpath = dirtree_path(root, NULL);
153 print_file_attr(fpath);
156 xprintf("\n%s:\n", fpath);
157 free(fpath);
161 free(fpath);
252 char *fpath = NULL; local
266 fpath = dirtree_path(root, NULL);
267 if (-1 == (fd=open(fpath, O_RDONLY | O_NONBLOCK))) {
268 free(fpath);
[all...]
/external/vboot_reference/cgpt/
H A Dcgpt_nor.c188 static int remove_file_or_dir(const char *fpath, const struct stat *sb, argument
190 return remove(fpath);
/external/mksh/src/
H A Dexec.c734 if (!tp->u.fpath) {
741 if (include(tp->u.fpath, 0, NULL, false) < 0) {
756 tp->u.fpath, cstrerror(errno));
769 "function not defined by", tp->u.fpath);
1148 char *fpath; local
1167 if ((fpath = str_val(global("FPATH"))) == null) {
1168 tp->u.fpath = NULL;
1171 tp->u.fpath = search_path(name, fpath, R_OK,
1212 (fpath
[all...]
H A Dedit.c457 char *pat, *fpath; local
474 if ((fpath = str_val(global("FPATH"))) != null)
475 glob_path(flags, pat, &w, fpath);
H A Dsh.h1170 const char *fpath; /* temporary path to undef function */ member in union:tbl::__anon14360

Completed in 283 milliseconds