HomeSort by relevance Sort by last modified time
    Searched refs:out_file (Results 1 - 17 of 17) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpa_debug.c 21 static FILE *out_file = NULL; variable
68 if (out_file) {
69 fprintf(out_file, "%ld.%06u: ", (long) tv.sec,
96 if (out_file) {
97 vfprintf(out_file, fmt, ap);
98 fprintf(out_file, "\n");
119 if (out_file) {
120 fprintf(out_file, "%s - hexdump(len=%lu):",
123 fprintf(out_file, " [NULL]");
126 fprintf(out_file, " %02x", buf[i])
    [all...]
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 56 static FILE *out_file = NULL; variable
69 if (out_file) {
70 fprintf(out_file, "%ld.%06u: ", (long) tv.sec,
139 if (out_file) {
140 vfprintf(out_file, fmt, ap);
141 fprintf(out_file, "\n");
197 if (out_file) {
198 fprintf(out_file, "%s - hexdump(len=%lu):",
201 fprintf(out_file, " [NULL]");
204 fprintf(out_file, " %02x", buf[i])
    [all...]
  /external/e2fsprogs/debugfs/
logdump.c 79 FILE *out_file; local
170 out_file = stdout;
173 out_file = fopen(out_fn, "w");
174 if (!out_file) {
247 fprintf(out_file, "Using external journal found at %s\n",
254 dump_journal(argv[0], out_file, &journal_source);
262 if (out_file && (out_file != stdout))
263 fclose(out_file);
331 static void dump_journal(char *cmdname, FILE *out_file,
    [all...]
  /external/libvpx/build/make/
version.sh 23 out_file=${2}
71 if [ -n "$out_file" ]; then
72 diff $$.tmp ${out_file} >/dev/null 2>&1 || cat $$.tmp > ${out_file}
  /build/tools/releasetools/
build_image.py 28 def BuildImage(in_dir, prop_dict, out_file):
29 """Build an image to out_file from in_dir with property prop_dict.
34 out_file: path of the output image file.
45 build_command.extend([in_dir, out_file, fs_type,
56 build_command.append(out_file)
123 out_file = argv[2]
126 image_filename = os.path.basename(out_file)
139 if not BuildImage(in_dir, image_properties, out_file):
140 print >> sys.stderr, "error: failed to build %s from %s" % (out_file, in_dir)
  /external/webp/examples/
dwebp.c 38 const char *out_file = NULL; local
50 out_file = argv[++c];
101 if (out_file) {
102 FILE* const fout = fopen(out_file, "wb");
129 printf("Saved file %s\n", out_file);
131 printf("Error writing file %s !!\n", out_file);
134 printf("Error opening output file %s\n", out_file);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.cc 83 const std::string& out_file);
121 const std::string& out_file)
136 talk_base::Pathname(out_file), "wb"));
210 const std::string& out_file)
211 : rtp_sender_receiver_(new RtpSenderReceiver(this, in_file, out_file)) {
233 const std::string& out_file)
234 : rtp_sender_receiver_(new RtpSenderReceiver(this, in_file, out_file)) {
filemediaengine.h 127 FileVoiceChannel(const std::string& in_file, const std::string& out_file);
162 FileVideoChannel(const std::string& in_file, const std::string& out_file);
  /cts/tools/vm-tests-tf/src/util/build/
DasmBuildStep.java 104 File out_file = null; local
107 out_file = new File(class_name + ".dex");
109 out_file = new File(dest_dir, class_name + ".dex");
127 outp = new FileOutputStream(out_file);
133 " while writing " + out_file.getPath());
137 out_file.delete();
  /cts/tools/dasm/src/dasm/
Main.java 126 File out_file = null; local
130 out_file = new File(class_name + ".dex");
133 out_file = new File(dest_dir, class_name + ".dex");
153 outp = new FileOutputStream(out_file);
159 + e.getMessage() + " while writing " + out_file.getPath());
165 out_file.delete();
173 System.out.println("Generated: " + out_file.getPath());
  /external/chromium/build/util/
lastchange.py 261 out_file = opts.output
263 while len(args) and out_file is None:
264 if out_file is None:
265 out_file = args.pop(0)
277 if out_file:
278 WriteIfChanged(out_file, contents)
  /external/oprofile/pp/
opannotate.cpp 639 string const out_file = op_realpath(output_dir + source); local
651 if (out_file.find("/../") != string::npos) {
654 << out_file << endl;
657 } else if (!is_prefix(out_file, output_dir)) {
659 cerr << "refusing to create file " << out_file
666 if (is_files_identical(out_file, source)) {
668 << out_file << endl;
672 if (create_path(out_file.c_str())) {
674 << '"' << op_dirname(out_file) << '"' << endl;
678 ofstream out(out_file.c_str())
    [all...]
  /external/valgrind/main/callgrind/
dump.c 39 static Char* out_file = 0; variable
68 return out_file;
    [all...]
command.c 49 static Char* out_file = 0; variable
67 out_file = CLG_(get_out_file)();
107 CLG_DEBUG(1, " output file: '%s'\n", out_file);
140 WRITE_STR3(fd, "dumps: ", out_file, "\n");
210 WRITE_STR3(fd, "base: ", out_file, "\n");
  /external/openssh/
ssh-keygen.c 1919 char out_file[MAXPATHLEN], *rr_hostname = NULL; local
    [all...]
  /external/webrtc/src/modules/audio_processing/test/
process_test.cc 77 " [-ir REVERSE_FILE] [-i PRIMARY_FILE] [-o OUT_FILE]\n");
410 FILE* out_file = NULL; local
447 out_file = fopen(out_filename, "wb");
448 ASSERT_TRUE(NULL != out_file) << "Unable to open output audio file "
666 out_file));
865 out_file));
    [all...]
  /dalvik/dx/etc/
jasmin.jar 

Completed in 864 milliseconds