Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/tools/generate_emu_metadata/src/com/android/car/tool/
DEmuMetadataGenerator.java211 public final String outputEmptyFile; field in EmuMetadataGenerator.Args
266 this.outputEmptyFile = values.get(0); in Args()
268 this.outputEmptyFile = null; in Args()
435 if (parsedArgs.outputEmptyFile != null) { in main()
437 new FileOutputStream(parsedArgs.outputEmptyFile)) { in main()