| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | loader-efi-chainloader-Simplify-the-loader-state.patch | 35 -static grub_efi_device_path_t *file_path; 53 - grub_free (file_path); 56 - file_path = 0; 65 + grub_efi_device_path_t *d, *file_path; 74 + grub_efi_device_path_t *dp = NULL, *file_path = NULL; 92 - file_path = 0; 103 + grub_free (file_path); 113 grub_free (file_path);
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | pxe.c | 89 static int get_bootfile_path(const char *file_path, char *bootfile_path, in get_bootfile_path() argument 96 if (file_path[0] == '/' && !is_pxe) in get_bootfile_path() 126 static int (*do_getfile)(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr); 129 static int do_get_tftp(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr) in do_get_tftp() argument 134 tftp_argv[2] = (void *)file_path; in do_get_tftp() 145 static int do_get_ext2(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr) in do_get_ext2() argument 150 fs_argv[4] = (void *)file_path; in do_get_ext2() 158 static int do_get_fat(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr) in do_get_fat() argument 163 fs_argv[4] = (void *)file_path; in do_get_fat() 171 static int do_get_any(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr) in do_get_any() argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/efuse/ |
| H A D | hal_efuse_export.h | 64 rtw_efuse_file_map_load(void *efuse, char *file_path, u8 is_limit); 67 rtw_efuse_file_mask_load(void *efuse, char *file_path, u8 is_limit); 110 rtw_efuse_bt_file_map_load(void *efuse, char *file_path); 113 rtw_efuse_bt_file_mask_load(void *efuse, char *file_path);
|
| H A D | hal_efuse.c | 502 rtw_efuse_file_map_load(void *efuse, char *file_path, u8 is_limit) in rtw_efuse_file_map_load() argument 522 if (file_path && full_map_sz != 0) { in rtw_efuse_file_map_load() 530 data_len = efuse_file_open(d, file_path, mapbuf, full_map_sz); in rtw_efuse_file_map_load() 555 rtw_efuse_file_mask_load(void *efuse, char *file_path, u8 is_limit) in rtw_efuse_file_mask_load() argument 575 if (file_path) { in rtw_efuse_file_mask_load() 583 data_len = efuse_file_open(d, file_path, maskbuf, full_mask_sz); in rtw_efuse_file_mask_load() 1210 rtw_efuse_bt_file_map_load(void *efuse, char *file_path) in rtw_efuse_bt_file_map_load() argument 1224 if (file_path) { in rtw_efuse_bt_file_map_load() 1232 data_len = efuse_file_open(d, file_path, mapbuf, bt_map_sz); in rtw_efuse_bt_file_map_load() 1252 rtw_efuse_bt_file_mask_load(void *efuse, char *file_path) in rtw_efuse_bt_file_mask_load() argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_api_efuse.h | 38 char *file_path, u8 is_limit); 40 char *file_path, u8 is_limit); 72 struct hal_info_t *hal_info, char *file_path); 75 struct hal_info_t *hal_info, char *file_path);
|
| H A D | hal_api_efuse.c | 74 struct hal_info_t *hal_info, char *file_path, u8 is_limit) in rtw_hal_efuse_file_map_load() argument 78 hal_status = rtw_efuse_file_map_load(hal_info->efuse, file_path ,is_limit); in rtw_hal_efuse_file_map_load() 84 struct hal_info_t *hal_info, char *file_path, u8 is_limit) in rtw_hal_efuse_file_mask_load() argument 88 hal_status = rtw_efuse_file_mask_load(hal_info->efuse, file_path, is_limit); in rtw_hal_efuse_file_mask_load() 271 struct hal_info_t *hal_info, char *file_path) in rtw_hal_efuse_bt_file_map_load() argument 275 hal_status = rtw_efuse_bt_file_map_load(hal_info->efuse, file_path); in rtw_hal_efuse_bt_file_map_load() 282 struct hal_info_t *hal_info, char *file_path) in rtw_hal_efuse_bt_file_mask_load() argument 286 hal_status = rtw_efuse_bt_file_mask_load(hal_info->efuse, file_path); in rtw_hal_efuse_bt_file_mask_load()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/efuse/ |
| H A D | hal_efuse_export.h | 64 rtw_efuse_file_map_load(void *efuse, char *file_path, u8 is_limit); 67 rtw_efuse_file_mask_load(void *efuse, char *file_path, u8 is_limit); 110 rtw_efuse_bt_file_map_load(void *efuse, char *file_path); 113 rtw_efuse_bt_file_mask_load(void *efuse, char *file_path);
|
| H A D | hal_efuse.c | 502 rtw_efuse_file_map_load(void *efuse, char *file_path, u8 is_limit) in rtw_efuse_file_map_load() argument 522 if (file_path && full_map_sz != 0) { in rtw_efuse_file_map_load() 530 data_len = efuse_file_open(d, file_path, mapbuf, full_map_sz); in rtw_efuse_file_map_load() 555 rtw_efuse_file_mask_load(void *efuse, char *file_path, u8 is_limit) in rtw_efuse_file_mask_load() argument 575 if (file_path) { in rtw_efuse_file_mask_load() 583 data_len = efuse_file_open(d, file_path, maskbuf, full_mask_sz); in rtw_efuse_file_mask_load() 1210 rtw_efuse_bt_file_map_load(void *efuse, char *file_path) in rtw_efuse_bt_file_map_load() argument 1224 if (file_path) { in rtw_efuse_bt_file_map_load() 1232 data_len = efuse_file_open(d, file_path, mapbuf, bt_map_sz); in rtw_efuse_bt_file_map_load() 1252 rtw_efuse_bt_file_mask_load(void *efuse, char *file_path) in rtw_efuse_bt_file_mask_load() argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_api_efuse.h | 38 char *file_path, u8 is_limit); 40 char *file_path, u8 is_limit); 72 struct hal_info_t *hal_info, char *file_path); 75 struct hal_info_t *hal_info, char *file_path);
|
| H A D | hal_api_efuse.c | 74 struct hal_info_t *hal_info, char *file_path, u8 is_limit) in rtw_hal_efuse_file_map_load() argument 78 hal_status = rtw_efuse_file_map_load(hal_info->efuse, file_path ,is_limit); in rtw_hal_efuse_file_map_load() 84 struct hal_info_t *hal_info, char *file_path, u8 is_limit) in rtw_hal_efuse_file_mask_load() argument 88 hal_status = rtw_efuse_file_mask_load(hal_info->efuse, file_path, is_limit); in rtw_hal_efuse_file_mask_load() 271 struct hal_info_t *hal_info, char *file_path) in rtw_hal_efuse_bt_file_map_load() argument 275 hal_status = rtw_efuse_bt_file_map_load(hal_info->efuse, file_path); in rtw_hal_efuse_bt_file_map_load() 282 struct hal_info_t *hal_info, char *file_path) in rtw_hal_efuse_bt_file_mask_load() argument 286 hal_status = rtw_efuse_bt_file_mask_load(hal_info->efuse, file_path); in rtw_hal_efuse_bt_file_mask_load()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_builddashboard_page.py | 103 file_path='/foo/recipeA.bb', 109 file_path='/foo/recipeB.bb', 118 file_path='/foo/customRecipeY.bb', 126 file_path='/foo/customRecipeZ.bb', 140 file_path='/foo/customRecipeOmega.bb', 151 file_path='/foo/nonImageRecipe.bb',
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | input.h | 86 extern char_span location_get_source_line (const char *file_path, int line); 88 extern bool location_missing_trailing_newline (const char *file_path); 177 void diagnostics_file_cache_forcibly_evict_file (const char *file_path);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | input.h | 86 extern char_span location_get_source_line (const char *file_path, int line); 88 extern bool location_missing_trailing_newline (const char *file_path); 177 void diagnostics_file_cache_forcibly_evict_file (const char *file_path);
|
| /OK3568_Linux_fs/kernel/scripts/clang-tools/ |
| H A D | gen_compile_commands.py | 158 def process_line(root_directory, command_prefix, file_path): argument 182 abs_path = os.path.abspath(os.path.join(root_directory, file_path)) 188 'command': prefix + file_path,
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/ |
| H A D | gn-utils.inc | 49 def write_toolchain_file(d, file_path): 50 """Creates a complete GN toolchain file in |file_path|.""" 103 with open(file_path, 'w') as toolchain_file:
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | metadata.py | 100 def write_metadata_file(file_path, metadata): argument 105 with open(file_path, 'w') as f:
|
| H A D | package_manager.py | 162 file_path = pkg_info[pkg]['filepath'] 163 shutil.copy2(file_path, dst_dir)
|
| /OK3568_Linux_fs/debian/overlay-debug/rockchip-test/flash_test/ |
| H A D | flash_stress_test.sh | 72 file_path=$source_dir 100 dd if=/dev/urandom of=$file_path/test.$i.$rand.bin bs=$rand count=1024
|
| /OK3568_Linux_fs/external/rockchip-test/flash_test/ |
| H A D | flash_stress_test.sh | 72 file_path=$source_dir 100 dd if=/dev/urandom of=$file_path/test.$i.$rand.bin bs=$rand count=1024
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0025-efi-chainloader-Propagate-errors-from-copy_file_path.patch | 53 d = (grub_efi_device_path_t *) ((char *) file_path 62 + grub_free (file_path);
|
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_boottime.c | 734 struct efi_device_path *file_path) in efi_setup_loaded_image() argument 759 info->file_path = file_path; in efi_setup_loaded_image() 767 struct efi_device_path *file_path, in efi_load_image() argument 783 file_path, source_buffer, source_size, image_handle); in efi_load_image() 790 info->file_path = file_path; in efi_load_image()
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | troubleshoot.c | 69 path_nm = file_path(exe_file, buf, ARC_PATH_MAX-1); in print_task_path_n_nm() 96 nm = file_path(vma->vm_file, buf, ARC_PATH_MAX-1); in show_faulting_vma()
|
| /OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_mobilenet_demo/src/ |
| H A D | main_nhwc.cc | 122 static void *load_file(const char *file_path, size_t *file_size) in load_file() argument 124 FILE *fp = fopen(file_path, "r"); in load_file() 127 printf("failed to open file: %s\n", file_path); in load_file()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | efi_loader.h | 196 struct efi_device_path *file_path); 223 struct efi_device_path **file_path);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/zlmediakit/include/ |
| H A D | mk_events_objects.h | 152 API_EXPORT mk_http_body API_CALL mk_http_body_from_file(const char *file_path); 159 …RT mk_http_body API_CALL mk_http_body_from_multi_form(const char *key_val[],const char *file_path);
|