Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dpxe.c89 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 …]
/rk3399_rockchip-uboot/include/
H A Defi_loader.h196 struct efi_device_path *file_path);
223 struct efi_device_path **file_path);
H A Defi_api.h103 struct efi_device_path *file_path, void *source_buffer,
259 void *file_path; member
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_boottime.c734 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()
H A Defi_device_path.c547 struct efi_device_path **file_path) in efi_dp_split_file_path() argument
562 *file_path = fp; in efi_dp_split_file_path()
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c778 static int load_file(const char *file_path, int offset_block, int blocks);
786 const char *file_path; in test_load() local
790 file_path = (const char *)fix_path(argv[0]); in test_load()
800 return load_file(file_path, offset_block, blocks); in test_load()
849 static bool get_entry(const char *file_path, index_tbl_entry *entry) in get_entry() argument
892 if (!strncmp(entry->path, file_path, sizeof(entry->path))) in get_entry()
896 LOGE("Cannot find %s!", file_path); in get_entry()
923 static int load_file(const char *file_path, int offset_block, int blocks) in load_file() argument
925 printf("Try to load:%s", file_path); in load_file()
933 snprintf(content.path, sizeof(content.path), "%s", file_path); in load_file()
/rk3399_rockchip-uboot/tools/
H A Dmoveconfig.py462 def show_diff(a, b, file_path, color_enabled): argument
473 fromfile=os.path.join('a', file_path),
474 tofile=os.path.join('b', file_path))
/rk3399_rockchip-uboot/scripts/
H A Davbtool.py2516 file_path = cp_tokens[2]
2517 with open(file_path, 'rb') as f:
3060 file_path = cp_tokens[2]
3072 with open(file_path, 'rb') as f:
3099 file_path = prop[(idx + 1):]
3100 with open(file_path, 'rb') as f: