Home
last modified time | relevance | path

Searched refs:core_file (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/common/linux/
Delf_core_dump_unittest.cc68 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/
Dlinux_core_dumper_unittest.cc80 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/
Dcore2md.cc61 const char* core_file = argv[1]; in main() local
65 core_file, in main()
/external/autotest/client/tools/
Dcrash_handler.py182 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/
Dlogging_CrashSender.py222 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)):
/external/ltp/testcases/kernel/power_management/lib/
Dpm_sched_mc.py157 core_file = '/sys/devices/system/cpu/cpu%s' % i
158 core_file += '/topology/core_id'
159 core_id = open(core_file).read().rstrip()