Searched refs:dump_file_path (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/cros/cellular/pseudomodem/ |
D | pseudomodem.py | 447 def ExtractExitError(dump_file_path): argument 465 if dump_file_path: 467 dump_file = open(dump_file_path, 'rb') 473 dump_file_path, str(e)) 490 def _DumpExitError(dump_file_path, exc): argument 505 if not dump_file_path: 508 if not os.path.isfile(dump_file_path): 510 dump_file_path) 514 dump_file = open(dump_file_path, 'wb') 518 dump_file_path, str(e))
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | minidump_generator.cc | 466 wstring dump_file_path; in GenerateDumpFile() local 467 if (!GenerateDumpFilePath(&dump_file_path)) { in GenerateDumpFile() 471 dump_file_ = CreateFile(dump_file_path.c_str(), in GenerateDumpFile() 483 *dump_path = dump_file_path; in GenerateDumpFile()
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_io_utils.h | 37 Status ReadEventFromFile(const string& dump_file_path, Event* event); 171 string* dump_file_path);
|
D | debug_io_utils.cc | 293 Status ReadEventFromFile(const string& dump_file_path, Event* event) { in ReadEventFromFile() argument 299 Status s = env->GetFileSize(dump_file_path, &file_size); in ReadEventFromFile() 307 s = env->NewRandomAccessFile(dump_file_path, &file); in ReadEventFromFile() 598 string* dump_file_path) { in DumpTensorToDir() argument 602 if (dump_file_path != nullptr) { in DumpTensorToDir() 603 *dump_file_path = file_path; in DumpTensorToDir()
|
D | debug_io_utils_test.cc | 116 string dump_file_path; in TEST_F() local 118 kDebugNodeKey, *tensor_a_, wall_time, test_dir, &dump_file_path)); in TEST_F() 122 TF_ASSERT_OK(ReadEventFromFile(dump_file_path, &event)); in TEST_F()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | debug_ops_test.cc | 125 const string dump_file_path = io::JoinPath(device_root, child); in TEST_F() local 126 std::fstream ifs(dump_file_path, std::ios::in | std::ios::binary); in TEST_F()
|