Home
last modified time | relevance | path

Searched defs:Input (Results 1 – 4 of 4) sorted by relevance

/build/make/tools/aconfig/aconfig/src/
Dcommands.rs39 pub struct Input { struct
44 impl Input { argument
70 declarations: Vec<Input>, in parse_flags()
71 values: Vec<Input>, in parse_flags()
209 mut input: Input, in create_java_lib()
238 pub fn create_cpp_lib(mut input: Input, codegen_mode: CodegenMode) -> Result<Vec<OutputFile>> { in create_cpp_lib()
254 pub fn create_rust_lib(mut input: Input, codegen_mode: CodegenMode) -> Result<OutputFile> { in create_rust_lib()
271 caches: Vec<Input>, in create_storage()
325 mut input: Vec<Input>, in dump_parsed_flags()
Dmain.rs309 fn open_zero_or_more_files(matches: &ArgMatches, arg_name: &str) -> Result<Vec<Input>> { in open_zero_or_more_files()
318 fn open_single_file(matches: &ArgMatches, arg_name: &str) -> Result<Input> { in open_single_file()
/build/soong/android/
Drule_builder.go1308 func (c *RuleBuilderCommand) Input(path Path) *RuleBuilderCommand { func
Dmodule_context.go59 Input Path member