Searched refs:out_fn (Results 1 – 8 of 8) sorted by relevance
/external/e2fsprogs/debugfs/ |
D | dump.c | 154 char *in_fn, *out_fn; in do_dump() local 176 out_fn = argv[optind+1]; in do_dump() 182 fd = open(out_fn, O_CREAT | O_WRONLY | O_TRUNC | O_LARGEFILE, 0666); in do_dump() 185 out_fn); in do_dump() 189 dump_file(argv[0], inode, fd, preserve, out_fn); in do_dump() 192 out_fn); in do_dump()
|
D | logdump.c | 80 char *out_fn; in do_logdump() local 182 out_fn = argv[optind]; in do_logdump() 183 out_file = fopen(out_fn, "w"); in do_logdump() 186 out_fn); in do_logdump()
|
/external/bcc/src/lua/src/ |
D | squish.lua | 69 out_fn = fn; 108 out_fn = opts.output; 117 if not out_fn then 152 print_info("Writing "..out_fn.."..."); 153 local f, err = io.open(out_fn, "w+");
|
/external/bcc/examples/networking/xdp/ |
D | xdp_redirect_map.py | 86 out_fn = b.load_func("xdp_dummy", BPF.XDP) variable 89 b.attach_xdp(out_if, out_fn, flags)
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 1031 const char *out_fn; member 1315 stream->config.out_fn = NULL; in new_stream() 1394 config->out_fn = arg.val; in parse_stream_params() 1396 const size_t out_fn_len = strlen(config->out_fn); in parse_stream_params() 1398 !strcmp(config->out_fn + out_fn_len - 4, ".ivf")) { in parse_stream_params() 1402 !strcmp(config->out_fn + out_fn_len - 4, ".obu")) { in parse_stream_params() 1581 if (!streami->config.out_fn) in validate_stream_config() 1587 const char *a = stream->config.out_fn; in validate_stream_config() 1588 const char *b = streami->config.out_fn; in validate_stream_config() 1655 fprintf(stderr, "Destination file: %s\n", stream->config.out_fn); in show_stream_config() [all …]
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 855 const char *out_fn; member 1125 stream->config.out_fn = NULL; in new_stream() 1172 config->out_fn = arg.val; in parse_stream_params() 1346 if (!streami->config.out_fn) in validate_stream_config() 1352 const char *a = stream->config.out_fn; in validate_stream_config() 1353 const char *b = streami->config.out_fn; in validate_stream_config() 1432 fprintf(stderr, "Destination file: %s\n", stream->config.out_fn); in show_stream_config() 1474 const char *fn = stream->config.out_fn; in open_output_file()
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 139 out_fn: out_func; out_desc: Pointer): Integer;
|
/external/bcc/docs/ |
D | reference_guide.md | 855 out_fn = b.load_func("xdp_dummy", BPF.XDP) 857 b.attach_xdp("eth1", out_fn, 0)
|