Searched refs:core_file (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | elf_core_dump_unittest.cc | 68 const char* core_file = core_path.c_str(); in TEST() local 72 ASSERT_TRUE(WriteFile(core_file, &header, sizeof(header) - 1)); in TEST() 73 ASSERT_TRUE(mapped_core_file.Map(core_file, 0)); in TEST() 82 ASSERT_TRUE(WriteFile(core_file, &header, sizeof(header))); in TEST() 83 ASSERT_TRUE(mapped_core_file.Map(core_file, 0)); in TEST() 88 ASSERT_TRUE(WriteFile(core_file, &header, sizeof(header))); in TEST() 89 ASSERT_TRUE(mapped_core_file.Map(core_file, 0)); in TEST() 94 ASSERT_TRUE(WriteFile(core_file, &header, sizeof(header))); in TEST() 95 ASSERT_TRUE(mapped_core_file.Map(core_file, 0)); in TEST() 100 ASSERT_TRUE(WriteFile(core_file, &header, sizeof(header))); in TEST() [all …]
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_core_dumper_unittest.cc | 80 const string core_file = crash_generator.GetCoreFilePath(); in TEST() local 85 if (stat(core_file.c_str(), &st) != 0) { in TEST() 92 LinuxCoreDumper dumper(child_pid, core_file.c_str(), procfs_path.c_str()); in TEST()
|
/external/google-breakpad/src/tools/linux/core2md/ |
D | core2md.cc | 61 const char* core_file = argv[1]; in main() local 65 core_file, in main()
|
/external/autotest/client/tools/ |
D | crash_handler.py | 182 core_path = write_to_file(core_path, core_file, report=True) 213 core_file = sys.stdin.read() variable 217 write_cores(core_file, results_dir_list)
|
/external/autotest/client/site_tests/logging_CrashSender/ |
D | logging_CrashSender.py | 222 core_file = self.write_crash_dir_entry('random1.core', '') 227 not os.path.exists(core_file) or 230 self._shift_file_mtime(core_file, _25_HOURS_AGO) 234 os.path.exists(core_file) or os.path.exists(unknown_file)):
|