Searched refs:out_filename (Results 1 - 4 of 4) sorted by relevance

/system/libufdt/tests/src/
H A Dfdt_overlay_test_app.c25 int apply_overlay_files(const char *out_filename, const char *base_filename, argument
54 if (write_fdt_to_file(out_filename, merged_buf) != 0) {
55 fprintf(stderr, "Write file error: %s\n", out_filename);
H A Dufdt_overlay_test_app.c26 int apply_overlay_files(const char *out_filename, const char *base_filename, argument
57 if (write_fdt_to_file(out_filename, new_blob) != 0) {
58 fprintf(stderr, "Write file error: %s\n", out_filename);
/system/extras/verity/fec/
H A Dmain.cpp216 const std::string& fec_filename, std::string& out_filename)
238 out_filename = inp_filename;
242 out_filename.empty() ? out_filename.c_str() : "<none>", ctx.rs_n,
262 if (!out_filename.empty() && !image_save(out_filename, &ctx)) {
273 std::string out_filename; local
390 out_filename = argv[2];
406 return decode(ctx, inp_filenames, fec_filename, out_filename);
215 decode(image& ctx, const std::vector<std::string>& inp_filenames, const std::string& fec_filename, std::string& out_filename) argument
/system/libufdt/utils/src/
H A Dmkdtimg_dump.c29 const char *out_filename; member in struct:dump_params
202 if (params->out_filename != NULL) {
203 out_fp = fopen(params->out_filename, "w");
205 fprintf(stderr, "Can not create file: %s\n", params->out_filename);
247 params.out_filename = optarg;

Completed in 186 milliseconds