Home
last modified time | relevance | path

Searched refs:root_prefix_ (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.cc283 root_prefix_(root_prefix), in LinuxDumper()
291 assert(root_prefix_ && my_strlen(root_prefix_) < PATH_MAX); in LinuxDumper()
437 return my_strlcpy(path, root_prefix_, PATH_MAX) < PATH_MAX && in GetMappingAbsolutePath()
Dlinux_dumper.h239 const char* const root_prefix_; variable