Home
last modified time | relevance | path

Searched defs:procfs_path (Results 1 – 2 of 2) 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
91 const string procfs_path = crash_generator.GetDirectoryOfProcFilesCopy(); in TEST() local
156 const string procfs_path = crash_generator.GetDirectoryOfProcFilesCopy(); in TEST() local
Dlinux_core_dumper.cc53 const char* procfs_path, in LinuxCoreDumper()