Home
last modified time | relevance | path

Searched refs:image_path (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c653 static char image_path[MAX_INDEX_ENTRY_PATH_LEN] = "\0"; variable
715 FILE *file = fopen(image_path, "rb+"); in StorageWriteLba()
721 LOGE("Failed to seek %s to %d!", image_path, offset); in StorageWriteLba()
725 LOGE("Failed to write %s!", image_path); in StorageWriteLba()
738 FILE *file = fopen(image_path, "rb"); in StorageReadLba()
861 LOGE("Not a resource image(%s)!", image_path); in get_entry()
1200 snprintf(image_path, sizeof(image_path), "%s", arg + strlen(OPT_IMAGE)); in main()
1210 if (!image_path[0]) { in main()
1211 snprintf(image_path, sizeof(image_path), "%s", DEFAULT_IMAGE_PATH); in main()
1327 image_file = fopen(image_path, "rb"); in unpack_image()
[all …]
/rk3399_rockchip-uboot/cmd/
H A Dbootefi.c126 struct efi_device_path *image_path) in do_bootefi_exec() argument
143 device_path, image_path); in do_bootefi_exec()
/rk3399_rockchip-uboot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c1021 const char *image_path = "/ccdm.itb"; in second_stage_init() local
1054 image_path = cptr; in second_stage_init()
1056 mac_path = malloc(strlen(image_path) + strlen(mac_suffix) + 1); in second_stage_init()
1059 strcpy(mac_path, image_path); in second_stage_init()
1066 if (fs_read(image_path, image_addr, 0, 0, &image_size) < 0) in second_stage_init()