Searched refs:extrapath (Results 1 – 1 of 1) sorted by relevance
1233 const HChar* extrapath = VG_(clo_extra_debuginfo_path); in find_debug_file() local1263 + (extrapath ? VG_(strlen)(extrapath) : 0) in find_debug_file()1278 if (extrapath) { in find_debug_file()1279 VG_(sprintf)(debugpath, "%s%s/%s", extrapath, in find_debug_file()1326 const HChar* extrapath = VG_(clo_extra_debuginfo_path); in find_debug_file_ad_hoc() local1341 + (extrapath ? VG_(strlen)(extrapath) : 0) in find_debug_file_ad_hoc()1344 if (extrapath) { in find_debug_file_ad_hoc()1345 VG_(sprintf)(debugpath, "%s/%s", extrapath, objpath); in find_debug_file_ad_hoc()