Searched refs:extrapath (Results 1 – 1 of 1) sorted by relevance
1171 const HChar* extrapath = VG_(clo_extra_debuginfo_path); in find_debug_file() local1201 + (extrapath ? VG_(strlen)(extrapath) : 0) in find_debug_file()1216 if (extrapath) { in find_debug_file()1217 VG_(sprintf)(debugpath, "%s%s/%s", extrapath, in find_debug_file()1266 const HChar* extrapath = VG_(clo_extra_debuginfo_path); in find_debug_file_ad_hoc() local1281 + (extrapath ? VG_(strlen)(extrapath) : 0) in find_debug_file_ad_hoc()1284 if (extrapath) { in find_debug_file_ad_hoc()1285 VG_(sprintf)(debugpath, "%s/%s", extrapath, objpath); in find_debug_file_ad_hoc()