Home
last modified time | relevance | path

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

/system/sepolicy/build/
Dfile_utils.py33 def filter_out(pattern_files, input_file): argument
43 with open(input_file, 'r') as in_file:
49 shutil.copyfile(tmp_output.name, input_file)
/system/tools/aidl/
Dimport_resolver.cpp73 for (string input_file : input_files_) { in FindImportFile() local
74 if (android::base::EndsWith(input_file, relative_path)) { in FindImportFile()
75 return input_file; in FindImportFile()
Daidl.cpp213 const string& input_file, const string& output_file) { in write_dep_file() argument
229 vector<string> source_aidl = {input_file}; in write_dep_file()
716 for (const string& input_file : options.InputFiles()) { in compile_aidl() local
739 AidlError aidl_err = internals::load_and_validate_aidl(input_file, options, io_delegate, types, in compile_aidl()
758 if (!write_dep_file(options, *defined_type, imported_files, io_delegate, input_file, in compile_aidl()
788 for (const string& input_file : options.InputFiles()) { in dump_mappings() local
795 input_file, options, io_delegate, &java_types, &defined_types, &imported_files); in dump_mappings()
/system/tools/aidl/build/
Daidl_to_jni.py73 with open(aidl_mappings) as input_file:
75 for line in input_file:
/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()