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

  /device/linaro/bootloader/edk2/BaseTools/gcc/
mingw-gcc-build.py 156 print "Sources download/extraction:", self.Relative(self.src_dir)
157 print "Build directory :", self.Relative(self.build_dir)
158 print "Prefix (install) directory :", self.Relative(self.prefix)
159 print "Create symlinks directory :", self.Relative(self.symlinks)
182 def Relative(self, path):
399 print 'Extracting %s:' % self.config.Relative(local_file)
405 #print 'Previously extracted', self.config.Relative(local_file)
510 'See output log at %s' % self.config.Relative(logFile)
529 print 'Making symlinks in %s:' % self.config.Relative(links_dir),
  /external/llvm/lib/Object/
ArchiveWriter.cpp 173 // Compute the relative path from From to To.
186 SmallString<128> Relative;
188 sys::path::append(Relative, "..");
191 sys::path::append(Relative, *ToI);
193 return Relative.str();
  /cts/tools/dasm/src/dasm/
sym.java 77 static final int Relative = 72;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
ArchiveWriter.cpp 188 // Compute the relative path from From to To.
201 SmallString<128> Relative;
203 sys::path::append(Relative, "..");
206 sys::path::append(Relative, *ToI);
211 std::replace(Relative.begin(), Relative.end(), '\\', '/');
214 return Relative.str();
  /external/swiftshader/src/Pipeline/
Shader.hpp 399 struct Relative
416 Relative rel;
  /external/swiftshader/src/Shader/
Shader.hpp 400 struct Relative
417 Relative rel;
  /dalvik/dx/etc/
jasmin.jar 
  /external/mockito/lib/
byte-buddy-1.8.15.jar 

Completed in 707 milliseconds