Home
last modified time | relevance | path

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

/packages/modules/Virtualization/microdroid/signature/
Dmk_payload.cc264 const std::string& output_file) { in MakePayload() argument
277 std::string filler_path = output_file + "." + std::to_string(filler_count++); in MakePayload()
308 const std::string gpt_header = AppendFileName(output_file, "-header"); in MakePayload()
309 const std::string gpt_footer = AppendFileName(output_file, "-footer"); in MakePayload()
310 CreateCompositeDisk(partitions, gpt_header, gpt_footer, output_file); in MakePayload()
331 const std::string output_file(argv[2]); in main() local
332 const std::string signature_file = AppendFileName(output_file, "-signature"); in main()
338 if (const auto res = MakePayload(*config, signature_file, output_file); !res.ok()) { in main()
/packages/apps/Car/libs/car-ui-lib/tests/apitest/
Dauto-generate-resources.py74 output_file = args.file or 'current.xml'
83 generate_current_file(resources, output_file)
86 def generate_current_file(resources, output_file='current.xml'): argument
103 with open(os.path.join(OUTPUT_FILE_PATH, output_file), 'wb') as f:
106 def generate_overlayable_file(resources, output_file='overlayable.xml'): argument
132 with open(output_file, 'wb') as f:
/packages/apps/Car/tests/tools/rro/
Dgenerate-overlayable.py58 def generate_overlayable_file(resources, target_name, policy_type, output_file): argument
72 if not output_file:
75 with open(output_file, 'wb') as f: