Searched refs:in_file (Results 1 – 6 of 6) sorted by relevance
/openbmc/libcper/cli-app/ |
H A D | cper-convert.c | 16 void cper_to_json(char *in_file, char *out_file, int is_single_section); 17 void json_to_cper(char *in_file, char *out_file, char *specification_file, 83 void cper_to_json(char *in_file, char *out_file, int is_single_section) in cper_to_json() argument 86 FILE *cper_file = fopen(in_file, "r"); in cper_to_json() 89 in_file); in cper_to_json() 127 void json_to_cper(char *in_file, char *out_file, char *specification_file, in json_to_cper() argument 137 json_object *ir = json_object_from_file(in_file); in json_to_cper() 140 in_file); in json_to_cper()
|
/openbmc/linux/init/ |
H A D | do_mounts_rd.c | 17 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()
|
/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/ |
H A D | meson-setup.py | 33 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()
|
/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/ |
H A D | cmake-setup.py | 29 with open(template_file) as in_file: 30 template = in_file.read()
|
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/ |
H A D | zipnote-crashes-with-segfault.patch | 18 + fclose(in_file);
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | parse.py | 440 with open(recipename_closed, "w") as in_file: 443 in_file.write("\n".join(lines)) 444 in_file.flush()
|