Home
last modified time | relevance | path

Searched refs:datafile (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/
H A Dmkimage.c145 char *datafile = NULL; in process_args() local
185 params.datafile = optarg; in process_args()
204 datafile = optarg; in process_args()
205 params.auto_its = !strcmp(datafile, "auto"); in process_args()
310 params.datafile = datafile; in process_args()
311 else if (!params.datafile) in process_args()
431 dfd = open(params.datafile, O_RDONLY | O_BINARY); in main()
434 params.cmdname, params.datafile, in main()
441 params.cmdname, params.datafile, in main()
471 char *file = params.datafile; in main()
[all …]
H A Daisimage.c183 char *datafile = params->datafile; in ais_alloc_buffer() local
186 dfd = open(datafile, O_RDONLY|O_BINARY); in ais_alloc_buffer()
189 params->cmdname, datafile, strerror(errno)); in ais_alloc_buffer()
195 params->cmdname, datafile, strerror(errno)); in ais_alloc_buffer()
225 char *datafile = params->datafile; in ais_copy_image() local
228 dfd = open(datafile, O_RDONLY|O_BINARY); in ais_copy_image()
231 params->cmdname, datafile, strerror(errno)); in ais_copy_image()
237 params->cmdname, datafile, strerror(errno)); in ais_copy_image()
H A Dpblimage.c200 if (params->datafile) { in pbl_load_uboot()
201 fp_uboot = fopen(params->datafile, "r"); in pbl_load_uboot()
203 printf("Error: %s open failed\n", params->datafile); in pbl_load_uboot()
271 if (params->datafile) { in pblimage_check_params()
272 fp_uboot = fopen(params->datafile, "r"); in pblimage_check_params()
274 printf("Error: %s open failed\n", params->datafile); in pblimage_check_params()
H A Ddumpimage.c126 params.datafile = argv[optind]; in main()
130 params.outfile = params.datafile; in main()
H A Dsocfpgaimage.c219 if (params->datafile && in socfpgaimage_vrec_header()
220 stat(params->datafile, &sbuf) == 0 && in socfpgaimage_vrec_header()
H A Dfit_image.c100 if (params->datafile) { in fit_add_file_data()
147 size = imagetool_get_filesize(params, params->datafile); in fit_calc_size()
279 ret = fdt_property_file(params, fdt, "data", params->datafile); in fit_write_images()
713 } else if (params->datafile) { in fit_handle_file()
716 MKIMAGE_DTC, params->dtc, params->datafile, tmpfile); in fit_handle_file()
H A Dimximage.c909 char *datafile = params->datafile; in imximage_generate() local
964 if (stat(datafile, &sbuf) < 0) { in imximage_generate()
966 params->cmdname, datafile, strerror(errno)); in imximage_generate()
H A Dimagetool.h62 char *datafile; member
H A Drkcommon.c214 spl_params.init_file = params->datafile; in rkcommon_check_params()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dreport-error.bbclass14 datafile = os.path.join(logpath, "error-report.txt")
15 with codecs.open(datafile, 'r', 'utf-8') as f:
23 datafile = os.path.join(logpath, file)
24 with codecs.open(datafile, 'w', 'utf-8') as f:
26 return datafile
53 datafile = os.path.join(logpath, "error-report.txt")
71 lock = bb.utils.lockfile(datafile + '.lock')
103 lock = bb.utils.lockfile(datafile + '.lock')
110 lock = bb.utils.lockfile(datafile + '.lock')
116 datafile = errorreport_savedata(e, jsondata, filename)
[all …]
H A Dtoaster.bbclass130 for datafile in os.listdir(datadir):
131 if not datafile.endswith('.packaged'):
132 lpkgdata = _toaster_load_pkgdatafile(datadir, datafile)
/OK3568_Linux_fs/buildroot/package/lua-datafile/
H A DConfig.in2 bool "lua-datafile"
4 datafile is a library for avoiding hardcoded paths
7 https://github.com/hishamhm/datafile
H A Dlua-datafile.mk8 LUA_DATAFILE_NAME_UPSTREAM = datafile
9 LUA_DATAFILE_SUBDIR = datafile
H A Dlua-datafile.hash2 sha256 4f7d58c50267b5ebd2145e52aaa5fb63fbf63a74ae765f08e2d0dddd570b6b6a datafile-0.6-1.src.rock
3 sha256 0443ddabab14f69d4c5e2641860343784a0ccbe5ae7a3743f20de9a13991da66 datafile/LICENSE
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/gnuplot/
H A Dgnuplot_5.4.3.bb2 DESCRIPTION = "Gnuplot is a portable command-line driven interactive datafile \
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py1528 datafile = None
1532 datafile = line
1538 … cmd = 'ar x %s %s && %s -p -f %s && rm %s' % (file, datafile, tar_cmd, datafile, datafile)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/src/
H A Dqml-position.qdoc91 some testing using a datafile.
/OK3568_Linux_fs/buildroot/package/
H A DConfig.in702 source "package/lua-datafile/Config.in"
/OK3568_Linux_fs/u-boot/
H A DREADME4393 -d ==> use image data from 'datafile'
/OK3568_Linux_fs/buildroot/
H A DCHANGES5182 lua-curl, lua-datafile, lua-fifo, lua-httpd,