Searched refs:root_prefix_ (Results 1 – 2 of 2) sorted by relevance
283 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()
239 const char* const root_prefix_; variable