HomeSort by relevance Sort by last modified time
    Searched defs:ToolPath (Results 1 - 5 of 5) sorted by null

  /external/libchrome/build/android/pylib/constants/
host_paths.py 54 # Cache used to speed up the results of ToolPath()
56 # Useful because ToolPath() is called repeatedly for demangling C++ symbols.
60 def ToolPath(tool, cpu_arch):
  /build/soong/cc/config/
toolchain.go 50 ToolPath() string
145 func (t toolchainBase) ToolPath() string {
227 func ToolPath(t Toolchain) string {
228 if p := t.ToolPath(); p != "" {
x86_darwin_host.go 223 func (t *toolchainDarwin) ToolPath() string {
  /external/clang/unittests/Tooling/
ToolingTest.cpp 402 SmallString<32> ToolPath;
403 llvm::sys::path::append(ToolPath, "foo", "bar", Target + "-g++");
406 addTargetAndModeForProgramName(Args, ToolPath);
  /development/scripts/
symbol.py 138 def ToolPath(tool, toolchain=None):
170 if not os.path.exists(ToolPath("addr2line", toolchain)):
301 cmd = [ToolPath("addr2line"), "--functions", "--inlines",
394 cmd = [ToolPath("objdump"),
458 cmd = [ToolPath("c++filt")]

Completed in 673 milliseconds