HomeSort by relevance Sort by last modified time
    Searched defs:output_file (Results 26 - 35 of 35) sorted by null

12

  /external/qemu/distrib/jpeg-6b/
cdjpeg.h 62 FILE * output_file; member in struct:djpeg_dest_struct
  /external/harfbuzz_ng/util/
options.hh 316 output_file = NULL;
337 if (output_file && !output_format) {
338 output_format = strrchr (output_file, '.');
343 if (output_file && 0 == strcmp (output_file, "-"))
344 output_file = NULL; /* STDOUT */
349 const char *output_file; member in struct:output_options_t
  /external/linux-tools-perf/util/
trace-event-info.c 71 static const char *output_file = "trace.info"; variable
183 die("writing to '%s'", output_file);
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 927 string output_file = local
931 CreateTempDir(output_file);
943 if (HasAlternateErrorSubstring(output_file + ": Permission denied")) {
948 ExpectErrorSubstring(output_file + ": Is a directory");
956 string output_file = local
960 CreateTempDir(output_file);
967 if (HasAlternateErrorSubstring(output_file + ": Permission denied")) {
972 ExpectErrorSubstring(output_file + ": Is a directory");
    [all...]
command_line_interface.cc 1176 const CodeGeneratorResponse::File& output_file = response.file(i); local
    [all...]
  /external/sepolicy/tools/
check_seapp.c 130 static FILE *output_file = NULL; variable
588 if(!output_file) {
589 output_file = fopen(out_file_name, "w+");
590 if (!output_file) {
703 output_file = stdout;
931 rule_map_print(output_file, r);
933 fprintf(output_file, "\n");
944 if (out_file_name && output_file) {
946 fclose(output_file);
  /system/core/libsparse/
output_file.c 31 #include "output_file.h"
70 int (*open)(struct output_file *, int fd);
71 int (*skip)(struct output_file *, int64_t);
72 int (*pad)(struct output_file *, int64_t);
73 int (*write)(struct output_file *, void *, int);
74 void (*close)(struct output_file *);
78 int (*write_data_chunk)(struct output_file *out, unsigned int len,
80 int (*write_fill_chunk)(struct output_file *out, unsigned int len,
82 int (*write_skip_chunk)(struct output_file *out, int64_t len);
83 int (*write_end_chunk)(struct output_file *out)
86 struct output_file { struct
    [all...]
  /external/e2fsprogs/misc/
badblocks.c 89 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
983 char * output_file = NULL; local
1036 output_file = optarg;
1186 if (output_file && strcmp (output_file, "-") != 0)
1188 out = fopen (output_file, "w");
1193 output_file);
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 156 static struct output output_file;
632 output_missing_newline(&output_file);
636 ck_fwrite(p->text, 1, p->textlen, output_file.fp);
652 ck_fwrite(buf, 1, cnt, output_file.fp);
658 flush_output(output_file.fp);
775 output_file.fp = ck_mkstemp (&input->out_file_name, tmpdir, "sed");
776 output_file.missing_newline = false;
787 if (!output_file.fp)
791 output_file.fp = stdout;
805 if (in_place_extension && output_file.fp != NULL
155 static struct output output_file; variable in typeref:struct:output
    [all...]
  /external/elfutils/src/
unstrip.c 98 const char *output_file; member in struct:arg_info
123 if (info->output_file != NULL)
128 info->output_file = arg;
164 if (info->output_file != NULL && info->output_dir != NULL)
172 || info->output_file != NULL))
214 else if (info->output_file == NULL && info->output_dir == NULL
2085 char *output_file; local
    [all...]

Completed in 395 milliseconds

12