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

  /external/clang/
update-prebuilts.py 121 out_file_path = os.path.join(download_dir, pkg_name)
122 with open(out_file_path, 'w') as out_file:
123 print('Downloading {} to {}'.format(url, out_file_path))
127 return out_file_path
  /frameworks/rs/
update-prebuilts.py 125 out_file_path = os.path.join(download_dir, pkg_name)
126 with open(out_file_path, 'w') as out_file:
127 print('Downloading {} to {}'.format(url, out_file_path))
131 return out_file_path
  /cts/apps/CameraITS/tools/
run_sensor_fusion_box.py 189 def find_time_shift(out_file_path):
193 out_file_path: File path for stdout logs to search through
198 line = find_matching_line(out_file_path, SHIFT_RE)

Completed in 260 milliseconds