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

  /build/make/tools/
soong_to_convert.py 111 with open(filename, 'rb') as csvfile:
112 results = process(csv.reader(csvfile))
  /system/core/libsparse/
simg_dump.py 49 ["verbose", "showhash", "csvfile"])
58 elif o in ("-c", "--csvfile"):
69 csvfile = open(csvfilename, "wb")
70 csvwriter = csv.writer(csvfile)
216 csvfile.close()
  /external/noto-fonts/emoji-compat/
createfont.py 367 with open(INPUT_META_FILE) as csvfile:
368 reader = csv.reader(csvfile, delimiter=' ')
511 with open(OUTPUT_META_FILE, 'w') as csvfile:
512 csvwriter = csv.writer(csvfile, delimiter=' ')

Completed in 152 milliseconds