Home
last modified time | relevance | path

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

/buildroot/support/testing/infra/
A D__init__.py70 def get_elf_arch_tag(builddir, prefix, fpath, tag): argument
80 "-A", os.path.join("target", fpath)]
91 def get_file_arch(builddir, prefix, fpath): argument
92 return get_elf_arch_tag(builddir, prefix, fpath, "Tag_CPU_arch")
95 def get_elf_prog_interpreter(builddir, prefix, fpath): argument
107 "-l", os.path.join("target", fpath)]
/buildroot/support/scripts/
A Dsize-stats80 pkg, fpath = line.split(",", 1)
82 fpath = fpath.strip()[2:]
83 fullpath = os.path.join(builddir, "target", fpath)
84 add_file(filesdict, fpath, fullpath, pkg)
106 fpath = os.path.join(root, f)
107 if os.path.islink(fpath):
110 st = os.stat(fpath)
117 frelpath = os.path.relpath(fpath, os.path.join(builddir, "target"))
A Dgen-bootlin-toolchains496 def gen_config_in_options(toolchains, fpath): argument
497 with open(fpath, "w") as f:
529 def gen_mk(toolchains, fpath): argument
530 with open(fpath, "w") as f:
543 def gen_hash(toolchains, fpath): argument
544 with open(fpath, "w") as f:
550 def gen_runtime_test(toolchains, fpath): argument
551 with open(fpath, "w") as f:
/buildroot/package/makedevs/
A Dmakedevs.c356 int bb_set_xattr(const char *fpath, const char *xattr) in bb_set_xattr() argument
366 cap_file = cap_get_file(fpath); in bb_set_xattr()
370 bb_perror_msg_and_die("cap_get_file failed on %s", fpath); in bb_set_xattr()
378 bb_perror_msg_and_die("cap_to_name failed on %s", fpath); in bb_set_xattr()
385 if (cap_set_file(fpath, cap_new) == -1) in bb_set_xattr()
440 int bb_recursive(const char *fpath, const struct stat *sb, in bb_recursive() argument
443 if (lchown(fpath, recursive_uid, recursive_gid) == -1) { in bb_recursive()
444 bb_perror_msg("chown failed for %s", fpath); in bb_recursive()
449 if (recursive_mode == -1 || (tflag == FTW_SL && !access(fpath, F_OK))) in bb_recursive()
452 if (chmod(fpath, recursive_mode) < 0) { in bb_recursive()
[all …]
/buildroot/support/testing/tests/toolchain/
A Dtest_external.py14 fpath = os.path.join(root, f)
15 if not os.path.exists(fpath):
/buildroot/package/oprofile/
A D0001-musl.patch29 if (remove(fpath)) {

Completed in 22 milliseconds