Home
last modified time | relevance | path

Searched refs:fpath (Results 1 – 18 of 18) sorted by relevance

/external/autotest/client/cros/video/
Dhelper_logger.py39 fpath = '/sys/module/s5p_mfc/parameters/debug'
40 if os.path.exists(fpath):
41 vlog.add_log([fpath],
49 fpath = '/sys/module/rockchip_vpu/parameters/debug'
50 if os.path.exists(fpath):
51 vlog.add_log([fpath],
59 fpath = '/sys/module/rk3288_vpu/parameters/debug'
60 if os.path.exists(fpath):
61 vlog.add_log([fpath],
67 fpath = '/sys/module/go2001/parameters/go2001_debug_level'
[all …]
/external/toybox/toys/other/
Dlsattr.c144 char *fpath = NULL; in retell_dir() local
153 fpath = dirtree_path(root, NULL); in retell_dir()
156 print_file_attr(fpath); in retell_dir()
159 xprintf("\n%s:\n", fpath); in retell_dir()
160 free(fpath); in retell_dir()
164 free(fpath); in retell_dir()
255 char *fpath = NULL; in update_attr() local
269 fpath = dirtree_path(root, NULL); in update_attr()
270 if (-1 == (fd=open(fpath, O_RDONLY | O_NONBLOCK))) { in update_attr()
271 free(fpath); in update_attr()
[all …]
/external/libcxx/cmake/Modules/
DHandleLibCXXABI.cmake43 foreach(fpath ${LIBCXX_ABILIB_FILES})
46 if (EXISTS "${incpath}/${fpath}")
48 get_filename_component(dstdir ${fpath} PATH)
49 get_filename_component(ifile ${fpath} NAME)
50 file(COPY "${incpath}/${fpath}"
53 file(COPY "${incpath}/${fpath}"
57 install(FILES "${LIBCXX_BINARY_INCLUDE_DIR}/${fpath}"
63 list(APPEND abilib_headers "${LIBCXX_BINARY_INCLUDE_DIR}/${fpath}")
67 message(WARNING "Failed to find ${fpath}")
/external/ltp/testcases/commands/file/
Dfile_test.sh46 local fpath
51 fpath="$TST_DATAROOT/$fname"
53 fpath="$fname"
56 EXPECT_PASS file "$fpath" \> file.out
/external/llvm/utils/
Dwciia.py72 def find_owners(fpath): argument
82 if fpath == path:
89 if len(fpath) < len(path):
90 rpos = path.find(fpath)
Dllvm-compilers-check116 def is_executable(fpath): argument
117 return os.path.exists(fpath) and os.access(fpath, os.X_OK)
/external/v8/src/inspector/build/
Dcompile-scripts.py64 def is_exe(fpath): argument
65 return path.isfile(fpath) and os.access(fpath, os.X_OK)
67 fpath, fname = path.split(program)
68 if fpath:
/external/libcap-ng/libcap-ng-0.7/utils/
Dfilecap.c44 static int check_file(const char *fpath, in check_file() argument
52 int fd = open(fpath, O_RDONLY|O_CLOEXEC); in check_file()
64 printf("%s ", fpath); in check_file()
/external/mksh/src/
Dexec.c703 if (!tp->u.fpath) { in comexec()
712 if (include(tp->u.fpath, 0, NULL, false) < 0 || in comexec()
724 cp = tp->u.fpath; in comexec()
728 "function not defined by", tp->u.fpath); in comexec()
1161 char *fpath; in findcom() local
1184 if ((fpath = str_val(global(TFPATH))) == null) { in findcom()
1185 tp->u.fpath = NULL; in findcom()
1188 tp->u.fpath = search_path(name, fpath, R_OK, in findcom()
1229 (fpath = str_val(global(TFPATH))) != null && in findcom()
1230 (npath.ro = search_path(name, fpath, R_OK, in findcom()
[all …]
Dedit.c482 char *pat, *fpath; in x_command_glob() local
499 if ((fpath = str_val(global(TFPATH))) != null) in x_command_glob()
500 glob_path(flags, pat, &w, fpath); in x_command_glob()
Dfuncs.c701 if (tp->u.fpath) in do_whence()
703 tp->u.fpath); in do_whence()
Dsh.h1483 const char *fpath; /* temporary path to undef function */ member
/external/vboot_reference/cgpt/
Dcgpt_nor.c188 static int remove_file_or_dir(const char *fpath, const struct stat *sb, in remove_file_or_dir() argument
190 return remove(fpath); in remove_file_or_dir()
/external/python/cpython2/Lib/test/
Dtest_zipfile.py442 for fpath, fdata in SMALL_TEST_DATA:
443 zipfp.writestr(fpath, fdata)
446 for fpath, fdata in SMALL_TEST_DATA:
447 writtenfile = zipfp.extract(fpath)
450 correctfile = os.path.join(os.getcwd(), fpath)
465 for fpath, fdata in SMALL_TEST_DATA:
466 zipfp.writestr(fpath, fdata)
470 for fpath, fdata in SMALL_TEST_DATA:
471 outfile = os.path.join(os.getcwd(), fpath)
616 for fpath, fdata in SMALL_TEST_DATA:
[all …]
/external/swiftshader/third_party/LLVM/utils/
Dllvmbuild156 def is_executable(fpath):
157 return os.path.exists(fpath) and os.access(fpath, os.X_OK)
/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.m197 char fpath[1024];
205 sprintf(fpath, "DYLD_FRAMEWORK_PATH=%s", frameworkPath);
206 myenv[counter++] = fpath;
/external/autotest/client/cros/
Dpower_status.py1568 fpath = tstats.fields[kname][0]
1569 new_meas = TempMeasurement(domain, fpath)
/external/curl/docs/
DKNOWN_BUGS489 <password>, and <fpath> components, encoded as "%00". The problem is that