Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/pynche/
DPyncheWidget.py20 def __init__(self, version, switchboard, master=None, extrapath=[]): argument
68 views = make_view_popups(self.__sb, self.__tkroot, extrapath)
286 def make_view_popups(switchboard, root, extrapath): argument
289 dirs = [os.path.dirname(__file__)] + extrapath
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c1277 const HChar* extrapath = VG_(clo_extra_debuginfo_path); in find_debug_file() local
1307 + (extrapath ? VG_(strlen)(extrapath) : 0) in find_debug_file()
1322 if (extrapath) { in find_debug_file()
1323 VG_(sprintf)(debugpath, "%s%s/%s", extrapath, in find_debug_file()
1370 const HChar* extrapath = VG_(clo_extra_debuginfo_path); in find_debug_file_ad_hoc() local
1385 + (extrapath ? VG_(strlen)(extrapath) : 0) in find_debug_file_ad_hoc()
1388 if (extrapath) { in find_debug_file_ad_hoc()
1389 VG_(sprintf)(debugpath, "%s/%s", extrapath, objpath); in find_debug_file_ad_hoc()