Home
last modified time | relevance | path

Searched refs:csv_file (Results 1 – 2 of 2) sorted by relevance

/development/tools/repo_diff/service/repodiff/tools/
Dtech_area_csv_to_hashes.py30 with open(fname, "rb") as csv_file:
31 reader = csv.reader(csv_file, skipinitialspace=True, delimiter=",", quoting=csv.QUOTE_NONE)
39 csv_file = sys.argv[1] variable
40 print_to_golang_code(csv_file)
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py1464 def __init__(self, csv_file=None): argument
1467 if csv_file:
1468 reader = csv.reader(csv_file)
1486 with open(path, 'r') as csv_file:
1487 return LibProperties(csv_file)