HomeSort by relevance Sort by last modified time
    Searched refs:Tempfile (Results 1 - 2 of 2) sorted by null

  /external/antlr/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 159 autoload :Tempfile, 'tempfile'
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
BuildReport.py 614 Tempfile = os.path.join(OutputDir, self.ModuleName + "_hash.tmp")
616 cmd = ["GenFw", "--rebase", str(0), "-o", Tempfile, DefaultEFIfile]
634 if os.path.isfile(Tempfile):
636 buf = open(Tempfile, 'rb').read()
640 os.remove(Tempfile)
    [all...]

Completed in 373 milliseconds