Searched defs:fpath (Results 1 - 6 of 6) 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/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);
259 char *fpath = NULL; local
273 fpath = dirtree_path(root, NULL);
274 if (-1 == (fd=open(fpath, O_RDONLY | O_NONBLOCK))) {
275 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.c724 if (!tp->u.fpath) {
731 if (include(tp->u.fpath, 0, NULL, false) < 0) {
734 tp->u.fpath, cstrerror(errno));
741 "function not defined by", tp->u.fpath);
1108 char *fpath; local
1127 if ((fpath = str_val(global("FPATH"))) == null) {
1128 tp->u.fpath = NULL;
1131 tp->u.fpath = search_path(name, fpath, R_OK,
1172 (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.h1118 const char *fpath; /* temporary path to undef function */ member in union:tbl::__anon12863

Completed in 258 milliseconds