Home
last modified time | relevance | path

Searched refs:procfs_path (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_core_dumper_unittest.cc54 const char procfs_path[] = "/procfs_copy"; in TEST() local
55 LinuxCoreDumper dumper(getpid(), "core_file", procfs_path); in TEST()
60 "%s/maps", procfs_path); in TEST()
69 size_t long_node_len = NAME_MAX - strlen(procfs_path) - 1; in TEST()
91 const string procfs_path = crash_generator.GetDirectoryOfProcFilesCopy(); in TEST() local
102 LinuxCoreDumper dumper(child_pid, core_file.c_str(), procfs_path.c_str()); in TEST()
156 const string procfs_path = crash_generator.GetDirectoryOfProcFilesCopy(); in TEST() local
167 LinuxCoreDumper dumper(child_pid, core_file.c_str(), procfs_path.c_str()); in TEST()
Dlinux_core_dumper.h51 LinuxCoreDumper(pid_t pid, const char* core_path, const char* procfs_path,
Dlinux_core_dumper.cc53 const char* procfs_path, in LinuxCoreDumper() argument
57 procfs_path_(procfs_path), in LinuxCoreDumper()