Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc619 string dwp_suffix(".dwp"); in ProcessSplitDwarf() local
620 dwp_path_ = path_ + dwp_suffix; in ProcessSplitDwarf()
627 dwp_path_ = dwp_path_.replace(found, debug_suffix.length(), dwp_suffix); in ProcessSplitDwarf()