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

  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
readelf.exp 163 file_on_host delete $tempfile
208 file_on_host delete $output
239 file_on_host delete $tempfile
301 file_on_host delete $tempfile
302 file_on_host delete $output
  /external/v8/tools/
run_perf.py 739 file_on_host = os.path.join(host_dir, file_name)
747 if not os.path.exists(file_on_host):
749 logging.critical('Missing file on host: %s' % file_on_host)
753 if file_on_host in self.pushed:
756 self.pushed.add(file_on_host)
760 output = self.adb_wrapper.Push(file_on_host, file_on_device_tmp)
    [all...]

Completed in 116 milliseconds