Searched refs:out_file (Results 1 - 25 of 25) sorted by relevance

/external/e2fsprogs/debugfs/
H A Dlogdump.c79 FILE *out_file; local
170 out_file = stdout;
173 out_file = fopen(out_fn, "w");
174 if (!out_file) {
248 fprintf(out_file, "Using external journal found at %s\n",
255 dump_journal(argv[0], out_file, &journal_source);
263 if (out_file && (out_file != stdout))
264 fclose(out_file);
332 static void dump_journal(char *cmdname, FILE *out_file, argument
463 dump_descriptor_block(FILE *out_file, struct journal_source *source, char *buf, journal_superblock_t *jsb, unsigned int *blockp, int blocksize, tid_t transaction) argument
521 dump_revoke_block(FILE *out_file, char *buf, journal_superblock_t *jsb EXT2FS_ATTR((unused)), unsigned int blocknr, int blocksize EXT2FS_ATTR((unused)), tid_t transaction) argument
555 show_extent(FILE *out_file, int start_extent, int end_extent, __u32 first_block) argument
563 show_indirect(FILE *out_file, const char *name, __u32 where) argument
570 dump_metadata_block(FILE *out_file, struct journal_source *source, journal_superblock_t *jsb EXT2FS_ATTR((unused)), unsigned int log_blocknr, unsigned int fs_blocknr, unsigned int log_tag_flags, int blocksize, tid_t transaction) argument
674 do_hexdump(FILE *out_file, char *buf, int blocksize) argument
[all...]
/external/libvpx/libvpx/build/make/
H A Dversion.sh23 out_file=${2}
71 if [ -n "$out_file" ]; then
72 diff $$.tmp ${out_file} >/dev/null 2>&1 || cat $$.tmp > ${out_file}
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.c61 static FILE *out_file = NULL; variable
75 if (out_file) {
76 fprintf(out_file, "%ld.%06u: ", (long) tv.sec,
221 if (out_file) {
222 vfprintf(out_file, fmt, ap);
223 fprintf(out_file, "\n");
348 if (out_file) {
349 fprintf(out_file, "%s - hexdump(len=%lu):",
352 fprintf(out_file, " [NULL]");
355 fprintf(out_file, "
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.c61 static FILE *out_file = NULL; variable
75 if (out_file) {
76 fprintf(out_file, "%ld.%06u: ", (long) tv.sec,
221 if (out_file) {
222 vfprintf(out_file, fmt, ap);
223 fprintf(out_file, "\n");
348 if (out_file) {
349 fprintf(out_file, "%s - hexdump(len=%lu):",
352 fprintf(out_file, " [NULL]");
355 fprintf(out_file, "
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.c61 static FILE *out_file = NULL; variable
75 if (out_file) {
76 fprintf(out_file, "%ld.%06u: ", (long) tv.sec,
221 if (out_file) {
222 vfprintf(out_file, fmt, ap);
223 fprintf(out_file, "\n");
348 if (out_file) {
349 fprintf(out_file, "%s - hexdump(len=%lu):",
352 fprintf(out_file, " [NULL]");
355 fprintf(out_file, "
[all...]
/external/lldb/test/functionalities/process_launch/
H A DTestProcessLaunch.py42 out_file = os.path.join (os.getcwd(), "output-test.out")
48 os.remove (out_file)
57 launch_command = "process launch -i " + in_file + " -o " + out_file + " -e " + err_file
68 out_f = open (out_file)
82 os.remove (out_file)
/external/clang/www/
H A Dmake_cxx_dr_status49 out_file = file(output, 'w') variable
51 print >> out_file, '''\
156 print >> out_file, '''\
167 print >> out_file, '''\
/external/lldb/source/Core/
H A DInputReader.cpp313 File &out_file = m_debugger.GetOutputFile(); local
314 if (out_file.IsValid())
316 out_file.Printf ("%s", m_prompt.c_str());
317 out_file.Flush();
H A DDebugger.cpp764 File &out_file = GetOutputFile(); local
765 out_file.SetStream (fh, tranfer_ownership);
766 if (out_file.IsValid() == false)
767 out_file.SetStream (stdout, false);
/external/lldb/examples/python/
H A Dcrashlog.py543 out_file = open(args[0], 'w')
544 if not out_file:
552 out_file.write('Process: %s [%u]\n' % (identifier, pid))
553 out_file.write('Path: %s\n' % (lldb.target.executable.fullpath))
554 out_file.write('Identifier: %s\n' % (identifier))
555 out_file.write('\nDate/Time: %s\n' % (datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")))
556 out_file.write('OS Version: Mac OS X %s (%s)\n' % (platform.mac_ver()[0], commands.getoutput('sysctl -n kern.osversion')));
557 out_file.write('Report Version: 9\n')
560 out_file.write('\nThread %u:\n' % (thread_idx))
574 out_file
[all...]
/external/owasp/sanitizer/tools/
H A Dcut_release.py140 out_file = open(path, "w")
142 out_file.write("\n".join(lines))
144 out_file.close()
/external/boringssl/src/crypto/bio/
H A Dfile.c324 int BIO_get_fp(BIO *bio, FILE **out_file) { argument
325 return BIO_ctrl(bio, BIO_C_GET_FILE_PTR, 0, (char*) out_file);
/external/boringssl/src/util/
H A Dgenerate_build_files.py254 with open(output_filename, 'w+') as out_file:
255 out_file.write(output)
/external/pdfium/samples/
H A Dimage_diff.cc322 const std::string& out_file) {
345 FILE *f = fopen(out_file.c_str(), "wb");
320 DiffImages(const std::string& file1, const std::string& file2, const std::string& out_file) argument
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2083 File &out_file = reader.GetDebugger().GetOutputFile(); local
2089 if (out_file.IsValid())
2093 out_file.Printf ("%s", reader.GetPrompt());
2094 out_file.Flush ();
2103 if (out_file.IsValid() && reader.GetPrompt())
2105 out_file.Printf ("%s", reader.GetPrompt());
2106 out_file.Flush ();
2130 if (out_file.IsValid() && !reader.IsDone() && reader.GetPrompt())
2132 out_file.Printf ("Please answer \"y\" or \"n\".\n%s", reader.GetPrompt());
2133 out_file
[all...]
H A DScriptInterpreterPython.cpp537 File& out_file = interpreter.GetDebugger().GetOutputFile(); local
538 if (out_file.IsValid())
539 ResetOutputFileHandle(out_file.GetStream());
/external/valgrind/callgrind/
H A Ddump.c39 static HChar* out_file = 0; variable
1184 i = VG_(sprintf)(filename, "%s", out_file);
1195 VG_(sprintf)(filename, "%s", out_file);
1549 * Set up file names for dump output: <out_file>.
1550 * <out_file> is derived from the output format string, which defaults
1555 * <out_file> always starts with a full absolute path.
1570 CLG_ASSERT(out_file != 0);
1579 if (out_file) {
1580 VG_(free)(out_file);
1586 out_file
[all...]
/external/webrtc/src/modules/audio_processing/test/
H A Dprocess_test.cc410 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));
/external/openssh/
H A Dssh-keygen.c2240 char out_file[PATH_MAX], *rr_hostname = NULL, *ep, *fp, *ra; local
2449 if (strlcpy(out_file, optarg, sizeof(out_file)) >=
2450 sizeof(out_file))
2455 if (strlcpy(out_file, optarg, sizeof(out_file)) >=
2456 sizeof(out_file))
2570 FILE *out = fopen(out_file, "w");
2574 out_file, strerror(errno));
2587 FILE *out = fopen(out_file, "
[all...]
/external/lldb/tools/lldb-perf/common/clang/
H A Dlldb_perf_clang.cpp284 std::string out_file; member in struct:Options
/external/lldb/tools/lldb-perf/common/stepping/
H A Dlldb-perf-stepping.cpp173 std::string out_file; member in struct:Options
/external/boringssl/include/openssl/
H A Dbio.h483 /* BIO_get_fp sets |*out_file| to the current |FILE| for |bio|. It returns one
485 OPENSSL_EXPORT int BIO_get_fp(BIO *bio, FILE **out_file);
/external/boringssl/src/include/openssl/
H A Dbio.h483 /* BIO_get_fp sets |*out_file| to the current |FILE| for |bio|. It returns one
485 OPENSSL_EXPORT int BIO_get_fp(BIO *bio, FILE **out_file);
/external/selinux/libsepol/src/
H A Dmodule_to_cil.c53 FILE *out_file; variable
76 if (fprintf(out_file, "%*s", indent * 4, "") < 0) {
86 if (vfprintf(out_file, fmt, argptr) < 0) {
99 if (vfprintf(out_file, fmt, argptr) < 0) {
104 if (fprintf(out_file, "\n") < 0) {
3764 out_file = fp;
3870 out_file = fp;
/external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
H A Dgflags.py1698 out_file = open(filename, 'a')
1699 out_file.write(self.FlagsIntoString())
1700 out_file.close()

Completed in 4970 milliseconds