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.cc44 const char procfs_path[] = "/procfs_copy"; in TEST() local
45 LinuxCoreDumper dumper(getpid(), "core_file", procfs_path); in TEST()
50 "%s/maps", procfs_path); in TEST()
59 size_t long_node_len = NAME_MAX - strlen(procfs_path) - 1; in TEST()
81 const string procfs_path = crash_generator.GetDirectoryOfProcFilesCopy(); in TEST() local
92 LinuxCoreDumper dumper(child_pid, core_file.c_str(), procfs_path.c_str()); in TEST()
Dlinux_core_dumper.cc48 const char* procfs_path) in LinuxCoreDumper() argument
51 procfs_path_(procfs_path), in LinuxCoreDumper()
Dlinux_core_dumper.h50 LinuxCoreDumper(pid_t pid, const char* core_path, const char* procfs_path);