Home
last modified time | relevance | path

Searched refs:in_file (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/recovery/
H A Dencryptedfs_provisioning.c50 FILE *in_file; in get_binary_file_contents() local
53 in_file = fopen(file_name, "r"); in get_binary_file_contents()
54 if (in_file == NULL) { in get_binary_file_contents()
59 read_bytes = fread(buffer, 1, buf_size, in_file); in get_binary_file_contents()
63 fclose(in_file); in get_binary_file_contents()
70 fclose(in_file); in get_binary_file_contents()
99 FILE *in_file; in get_text_file_contents() local
102 in_file = fopen(file_name, "r"); in get_text_file_contents()
103 if (in_file == NULL) { in get_text_file_contents()
108 read_data = fgets(buffer, buf_size, in_file); in get_text_file_contents()
[all …]
/OK3568_Linux_fs/kernel/init/
H A Ddo_mounts_rd.c17 static struct file *in_file, *out_file; variable
202 in_file = filp_open(from, O_RDONLY, 0); in rd_load_image()
203 if (IS_ERR(in_file)) in rd_load_image()
207 nblocks = identify_ramdisk_image(in_file, in_pos, &decompressor); in rd_load_image()
234 devblocks = nr_blocks(in_file); in rd_load_image()
253 fput(in_file); in rd_load_image()
256 kernel_read(in_file, buf, BLOCK_SIZE, &in_pos); in rd_load_image()
270 fput(in_file); in rd_load_image()
291 long r = kernel_read(in_file, buf, len, &in_pos); in compr_fill()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/meson/meson/
H A Dmeson-setup.py33 with open(template_file) as in_file:
34 template = in_file.read()
39 with open(native_template_file) as in_file:
40 template = in_file.read()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/cmake/cmake/
H A Dcmake-setup.py29 with open(template_file) as in_file:
30 template = in_file.read()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/zip/zip-3.0/
H A Dzipnote-crashes-with-segfault.patch18 + fclose(in_file);
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-efi.py319 with open("%s/%s" % (deploy_dir, f), 'rb') as in_file:
320 shutil.copyfileobj(in_file, initrd)
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/popt/popt/
H A D0001-popt-test-output-format-for-ptest.patch42 $builddir/$prog $in_file > $out
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A DCVE-2022-41741-CVE-2022-41742.patch61 data->in_file = 1;
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/
H A D0001-Add-python3-build-support.patch52 .../blink/renderer/build/scripts/in_file.py | 2 +-
1443 …third_party/blink/renderer/build/scripts/in_file.py b/chromium/third_party/blink/renderer/build/sc…
1445 --- a/chromium/third_party/blink/renderer/build/scripts/in_file.py
1446 +++ b/chromium/third_party/blink/renderer/build/scripts/in_file.py
1467 from in_file import InFile