Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/scripts/
H A Dgen-bootlin-toolchains425 def gen_config_in_options(toolchains, fpath): argument
457 def gen_mk(toolchains, fpath): argument
471 def gen_hash(toolchains, fpath): argument
478 def gen_runtime_test(toolchains, fpath): argument
/OK3568_Linux_fs/buildroot/support/testing/infra/
H A D__init__.py70 def get_elf_arch_tag(builddir, prefix, fpath, tag): argument
91 def get_file_arch(builddir, prefix, fpath): argument
95 def get_elf_prog_interpreter(builddir, prefix, fpath): argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A DBinRecord.cpp144 void *BinMapLoader::loadWholeFile(const char *fpath, size_t *fsize) { in loadWholeFile()
181 int BinMapLoader::saveFile(const char *fpath, void *buf, size_t file_size) { in saveFile()
239 int BinMapLoader::suqeezBinMap(const char *fpath, uint8_t *buffer, in suqeezBinMap()
H A Dj2s.h196 const char *fpath; member
H A Dj2s.cpp47 struct_map_t *struct_map_create(const char *fpath) { in struct_map_create()
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/
H A Djevents.c784 static int process_mapfile(FILE *outfp, char *fpath) in process_mapfile()
909 static int is_leaf_dir(const char *fpath) in is_leaf_dir()
960 static int preprocess_arch_std_files(const char *fpath, const struct stat *sb, in preprocess_arch_std_files()
972 static int process_one_file(const char *fpath, const struct stat *sb, in process_one_file()
/OK3568_Linux_fs/buildroot/package/makedevs/
H A Dmakedevs.c356 int bb_set_xattr(const char *fpath, const char *xattr) in bb_set_xattr()
440 int bb_recursive(const char *fpath, const struct stat *sb, in bb_recursive()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/
H A Dmain.cpp53 int write_file_all(const char *fpath, void *data, size_t len) { in write_file_all()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dperf.c150 static int show_proc(const char *fpath, const struct stat *sb, in show_proc()
H A Dcgroup.c242 static int do_show_tree_fn(const char *fpath, const struct stat *sb, in do_show_tree_fn()
H A Dcommon.c395 static int do_build_table_cb(const char *fpath, const struct stat *sb, in do_build_table_cb()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/
H A Dutils.c142 int read_sysfs_file(char *fpath, char *result, size_t result_size) in read_sysfs_file()
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dinject-buildid.c78 static int add_dso(const char *fpath, const struct stat *sb __maybe_unused, in add_dso()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Doetest.py196 def _read_testlist(self, fpath, builddir): argument
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.c483 char fpath[128]; in ubifs_findfile() local
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dprobe-finder.c958 char *fpath; in find_probe_point_lazy() local
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_common.c2179 char fpath[strlen(currpath) + 1]; in ext4fs_find_file1() local
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A DRkAiqCalibDbV2.cpp2826 void* RkAiqCalibDbV2::loadWholeFile(const char *fpath, size_t *fsize) in loadWholeFile()