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.cc44 const char procfs_path[] = "/procfs_copy"; in TEST() local
81 const string procfs_path = crash_generator.GetDirectoryOfProcFilesCopy(); in TEST() local
Dlinux_core_dumper.cc48 const char* procfs_path) in LinuxCoreDumper()