Home
last modified time | relevance | path

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

/external/chromium_org/third_party/android_platform/development/scripts/
Dsymbol.py51 def ToolPath(tool, toolchain_info=None): function
129 if os.path.exists(ToolPath("addr2line", toolchain_info)):
131 print "Using toolchain from :" + ToolPath("", TOOLCHAIN_INFO)
435 cmd = [ToolPath("addr2line"), "--functions", "--inlines",
521 cmd = [ToolPath("objdump"),
565 cmd = [ToolPath("c++filt")]
/external/chromium_org/tools/gyp/pylib/gyp/
DMSVSVersion.py62 def ToolPath(self, tool): member in VisualStudioVersion