Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c1171 const HChar* extrapath = VG_(clo_extra_debuginfo_path); in find_debug_file() local
1201 + (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() local
1281 + (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()