Searched refs:input_name (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/tools/aidl/build/ |
H A D | aidl_rust_glue.py | 31 for (input_name, input_path) in self.files: 33 output_file.write("pub mod %s {\n" % input_name) 52 for (input_name, _) in self.files: 54 output_file.write("pub use %s::%s::mangled::*;\n" % (prefix, input_name))
|
/aosp12/hardware/invensense/65xx/libsensors_iio/ |
H A D | SensorBase.h | 72 char input_name[PATH_MAX]; variable
|
H A D | SensorBase.cpp | 176 strcpy(input_name, filename); in openInput()
|
/aosp12/hardware/invensense/6515/libsensors_iio/ |
H A D | SensorBase.h | 73 char input_name[PATH_MAX]; variable
|
H A D | SensorBase.cpp | 179 strcpy(input_name, filename); in openInput()
|
/aosp12/frameworks/compile/mclinker/lib/LD/ |
H A D | GarbageCollection.cpp | 187 const std::string input_name = (*obj)->name(); in getEntrySections() local 195 sect_map.find(input_name, section->name()).second; in getEntrySections()
|
/aosp12/build/make/tools/releasetools/ |
H A D | common.py | 2240 def SignFile(input_name, output_name, key, password, min_api_level=None, argument 2280 input_name, codename_to_api_level_map) 2286 input_name, output_name])
|