HomeSort by relevance Sort by last modified time
    Searched full:linkername (Results 1 - 3 of 3) sorted by null

  /external/deqp/android/scripts/
debug.py 79 linkerName
148 print("Pull /system/bin/%s from device" % linkerName)
151 + ["pull", "/system/bin/" + str(linkerName)])
245 def __init__ (self, libraries=[], nativeBuildDir=None, hostGdbBins=None, deviceGdbCmd=None, appProcessName=None, linkerName=None):
251 self.linkerName = linkerName
266 return self.linkerName
283 linkerName = "linker",
298 linkerName = "linker",
418 linkerName = "linker"
    [all...]
  /external/clang/lib/Driver/
ToolChain.cpp 351 llvm::SmallString<8> LinkerName("ld.");
352 LinkerName.append(Suffix);
354 std::string LinkerPath(GetProgramPath(LinkerName.c_str()));
Tools.cpp     [all...]

Completed in 235 milliseconds