Home
last modified time | relevance | path

Searched refs:core_path (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/tools/linux/core2md/
Dcore2md.cc52 const char* core_path, in WriteMinidumpFromCore() argument
56 LinuxCoreDumper dumper(0, core_path, procfs_override); in WriteMinidumpFromCore()
/external/pigweed/pw_build_mcuxpresso/py/pw_build_mcuxpresso/
Dwest_wrap.py74 core_path = workdir_path / core.split()[3]
78 cwd=core_path,
/external/autotest/client/tools/
Dcrash_handler.py195 core_path = os.path.join(result_dir, 'core')
196 core_path = write_to_file(core_path, core_file, report=True)
/external/google-breakpad/src/tools/linux/core_handler/
Dcore_handler.cc77 const char* core_path, in WriteMinidumpFromCore() argument
81 LinuxCoreDumper dumper(0, core_path, procfs_override); in WriteMinidumpFromCore()
/external/ComputeLibrary/scripts/
Dinclude_functions_kernels.py47 core_path = "/core/" variable
98 include_components(core_targets, core_path, "Kernels.h", "kernels", ["arm32", "arm64"])
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_core_dumper.h50 LinuxCoreDumper(pid_t pid, const char* core_path, const char* procfs_path,
Dlinux_core_dumper.cc55 const char* core_path, in LinuxCoreDumper() argument
59 core_path_(core_path), in LinuxCoreDumper()
/external/google-breakpad/src/common/linux/
Delf_core_dump_unittest.cc70 string core_path = temp_dir.path() + "/core"; in TEST() local
71 const char* core_file = core_path.c_str(); in TEST()
/external/rust/android-crates-io/crates/zerocopy-derive/src/
Dlib.rs152 let core_path = quote!(::zerocopy::util::macro_util::core_reexport); in derive_known_layout_inner() localVariable
157 quote!(#core_path::num::NonZeroUsize::new(#align as usize)) in derive_known_layout_inner()
159 .unwrap_or_else(|| quote!(#core_path::option::Option::None)); in derive_known_layout_inner()
164 quote!(#core_path::num::NonZeroUsize::new(#packed as usize)) in derive_known_layout_inner()
166 .unwrap_or_else(|| quote!(#core_path::option::Option::None)); in derive_known_layout_inner()
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
Dbuilder.py352 core_path = Path(self.package_path) / "cores"
353 core_path /= current_board.get(
356 current_board["build.core.path"] = core_path.as_posix()
362 "{build.core.path}", core_path.as_posix()
D__main__.py239 elif args.core_path: