Home
last modified time | relevance | path

Searched refs:dump_file (Results 1 – 21 of 21) sorted by relevance

/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_test.cc105 static std::wstring dump_file; member in __anonbbe6ab500111::ExceptionHandlerTest
109 std::wstring ExceptionHandlerTest::dump_file; member in __anonbbe6ab500111::ExceptionHandlerTest
134 if (!dump_file.empty()) { in TearDown()
135 ::DeleteFile(dump_file.c_str()); in TearDown()
136 dump_file = L""; in TearDown()
157 dump_file = *dump_path; in ClientDumpCallback()
159 full_dump_file = dump_file.substr(0, dump_file.length() - 4) + L"-full.dmp"; in ClientDumpCallback()
169 dump_file = dump_path; in DumpCallback()
170 dump_file += L"\\"; in DumpCallback()
171 dump_file += minidump_id; in DumpCallback()
[all …]
/external/autotest/site_utils/
Dbackup_mysql_db.py232 def upload_to_google_storage(self, dump_file): argument
238 input_dict = dict(gs_util=_GSUTIL_BIN, dump_file=dump_file,
243 os.remove(dump_file)
306 dump_file = archiver.dump()
308 archiver.upload_to_google_storage(dump_file)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Dnetlog_profiler.py26 dump_file = '/sdcard/net-internals-profile.json'
28 dump_file = tempfile.mkstemp()[1]
29 options.AppendExtraBrowserArgs([cls._NET_LOG_ARG + dump_file])
Dv8_profiler.py27 dump_file = '/data/local/tmp/v8-profile.log'
29 dump_file = tempfile.mkstemp()[1]
30 options.AppendExtraBrowserArgs([cls._V8_ARG % dump_file, '--no-sandbox'])
/external/autotest/client/cros/cellular/pseudomodem/
Dpseudomodem.py467 dump_file = open(dump_file_path, 'rb')
468 error_reason = dump_file.readline().strip()
469 error_traceback = dump_file.readlines()
470 dump_file.close()
514 dump_file = open(dump_file_path, 'wb')
521 dump_file.write(str(exc) + '\n')
522 dump_file.writelines(traceback.format_exc())
523 dump_file.close()
/external/autotest/client/site_tests/security_ReservedPrivileges/
Dsecurity_ReservedPrivileges.py75 dump_file = open(os.path.join(self.resultsdir, "ps_output"), 'w')
77 dump_file.write(line.strip() + "\n")
79 dump_file.close()
/external/sonivox/jet_tools/JetCreator/
DJetFile.py94 …e, length=None, output=None, quantize=None, jetevents=[], dlsfile=None, dump_file=None, transpose=… argument
103 self.dump_file = dump_file
313 start = end = length = output = end_marker = dlsfile = dump_file = None
333 dump_file = config.get(segment_name, SEGMENT_DUMP_FILE)
360 …me, filename, start, end, length, output, quantize, jetevents, dlsfile, dump_file, int(transpose),…
454 if segment.dump_file is not None:
455 with open(segment.dump_file, 'w') as f:
615 …me, filename, start, end, length, output, quantize, jetevents, dlsfile, dump_file, transpose, repe… argument
621 …me, filename, start, end, length, output, quantize, jetevents, dlsfile, dump_file, transpose, repe…
623 …me, filename, start, end, length, output, quantize, jetevents, dlsfile, dump_file, transpose, repe… argument
[all …]
DJetDebug.py69 print(segment.dump_file)
/external/google-breakpad/src/client/windows/crash_generation/
Dminidump_generator.h68 void SetDumpFile(const HANDLE dump_file) { dump_file_ = dump_file; } in SetDumpFile() argument
/external/e2fsprogs/debugfs/
Ddump.c102 static void dump_file(const char *cmdname, ext2_ino_t ino, int fd, in dump_file() function
190 dump_file(argv[0], inode, fd, preserve, out_fn); in do_dump()
277 dump_file("rdump", ino, fd, 1, fullname); in rdump_inode()
377 dump_file(argv[0], inode, 1, 0, argv[2]); in do_cat()
/external/autotest/database/
Dmigrate.py403 dump_fd, dump_file = tempfile.mkstemp('.migrate_dump')
405 (self.get_mysql_args(), dump_file))
409 os.system('mysql %s <%s' % (self.get_mysql_args(), dump_file))
411 os.remove(dump_file)
/external/wpa_supplicant_8/hostapd/
Dwired.conf12 dump_file=/tmp/hostapd.dump
DChangeLog215 * replace dump_file functionality with same information being available
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_file_processor.cc70 FILE* dump_file, in AecDumpFileProcessor() argument
73 dump_file_(dump_file), in AecDumpFileProcessor()
Daudio_file_processor.h111 FILE* dump_file,
/external/webrtc/webrtc/call/
Drtc_event_log.cc504 rtc::scoped_ptr<FileWrapper> dump_file(FileWrapper::Create());
505 if (dump_file->OpenFile(file_name.c_str(), true) != 0) {
509 while ((bytes_read = dump_file->Read(tmp_buffer, sizeof(tmp_buffer))) > 0) {
512 dump_file->CloseFile();
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc913 HANDLE dump_file = CreateFile(next_minidump_path_c_, in WriteMinidumpWithExceptionForProcess() local
920 if (dump_file != INVALID_HANDLE_VALUE) { in WriteMinidumpWithExceptionForProcess()
1018 dump_file, in WriteMinidumpWithExceptionForProcess()
1024 CloseHandle(dump_file); in WriteMinidumpWithExceptionForProcess()
/external/f2fs-tools/fsck/
Ddump.c227 void dump_file(struct f2fs_sb_info *sbi, struct node_info *ni, in dump_file() function
294 dump_file(sbi, &ni, node_blk); in dump_node()
/external/llvm/test/CodeGen/X86/
D2007-10-15-CoalescerCrash.ll198 @dump_file = external global %struct._IO_FILE* ; <%struct._IO_FILE**> [#uses=0]
/external/e2fsprogs/debian/
Dchangelog132 * Fixed debugfs's dump_file and cat functions so they work correctly
/external/e2fsprogs/
DRELEASE-NOTES354 Fixed debugfs's "dump_file" and "cat" functions work correctly