Home
last modified time | relevance | path

Searched refs:load_file (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/package/android-tools/
H A D0001-Fix-makefiles-for-out-of-tree-build.patch32 SRCS+= load_file.c
67 -SRCS+= load_file.c
89 +SRCS+= load_file.c
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/
H A Dadb.mk29 libcutils_SRC_FILES += load_file.c
H A Dadbd.mk41 libcutils_SRC_FILES += load_file.c
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_mobilenet_demo/src/
H A Dmain_nhwc.cc122 static void *load_file(const char *file_path, size_t *file_size) in load_file() function
243 void *model_data = load_file(model_path, &model_size); in main()
H A Dmain.cc122 static void *load_file(const char *file_path, size_t *file_size) in load_file() function
273 void *model_data = load_file(model_path, &model_size); in main()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c590 status = efi_call_proto(lf2, load_file, dp, false, &initrd_size, NULL); in efi_load_initrd_dev_path()
598 status = efi_call_proto(lf2, load_file, dp, false, &initrd_size, in efi_load_initrd_dev_path()
H A Defistub.h702 efi_status_t (__efiapi *load_file)(efi_load_file_protocol_t *,
707 u32 load_file; member
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dmain.cc60 static void *load_file(const char *file_path, size_t *file_size) in load_file() function
245 void *model_data = load_file(model_path, &model_size); in main()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0009-mkbootimg-Add-dt-parameter-to-specify-DT-image.patch79 + dt_data = load_file(dt_fn, &hdr.dt_size);
/OK3568_Linux_fs/kernel/scripts/
H A Dresource_tool.c778 static int load_file(const char *file_path, int offset_block, int blocks);
800 return load_file(file_path, offset_block, blocks); in test_load()
923 static int load_file(const char *file_path, int offset_block, int blocks) in load_file() function
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dresource_tool.c778 static int load_file(const char *file_path, int offset_block, int blocks);
800 return load_file(file_path, offset_block, blocks); in test_load()
923 static int load_file(const char *file_path, int offset_block, int blocks) in load_file() function
/OK3568_Linux_fs/external/rknpu2/examples/rknn_internal_mem_reuse_demo/src/
H A Drknn_internal_mem_reuse_demo.cc91 static void* load_file(const char* file_path, size_t* file_size) in load_file() function
/OK3568_Linux_fs/external/rknpu2/examples/rknn_dynamic_shape_input_demo/src/
H A Drknn_dynshape_inference.cc250 static void *load_file(const char *file_path, size_t *file_size) in load_file() function
H A Drknn_dynshape_inference_zero_copy.cc250 static void *load_file(const char *file_path, size_t *file_size) in load_file() function