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

  /external/chromium-trace/catapult/devil/devil/utils/
file_utils.py 21 with open(source_file, 'r') as source_f:
22 dest_f.write(source_f.read())
  /external/libmojo/third_party/catapult/devil/devil/utils/
file_utils.py 21 with open(source_file, 'r') as source_f:
22 dest_f.write(source_f.read())

Completed in 63 milliseconds