Home
last modified time | relevance | path

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

/system/tpm/attestation/common/
Dproto_print.py106 def ParseProto(input_file): argument
131 for line in input_file:
401 with open(args.input_file) as input_file:
402 package, imports, messages, enums = ParseProto(input_file)
403 proto_name = os.path.basename(args.input_file).rsplit('.', 1)[0]
/system/sepolicy/tools/
Dcheck_seapp.c947 file_info *input_file; in handle_options() local
980 input_file = calloc(1, sizeof(*input_file)); in handle_options()
981 if (!input_file) { in handle_options()
985 input_file->name = argv[c]; in handle_options()
986 list_append(&input_file_list, &input_file->listify); in handle_options()
/system/tpm/tpm_manager/client/
Dmain.cc420 const std::string& input_file, in HandleWriteSpace() argument
426 if (!ReadFileToString(input_file, &data)) { in HandleWriteSpace()