Home
last modified time | relevance | path

Searched refs:destination_file (Results 1 - 1 of 1) sorted by relevance

/third_party/vulkan-loader/scripts/
H A Dparse_asm_values.py31 destination_file = sys.argv[1] variable
44 if destination_file is None or source_asm_file is None or assembler_type is None or compiler is None or arch is None:
67 with open(destination_file, "w", encoding="utf-8") as dest:

Completed in 1 milliseconds