/trusty/user/base/interface/device_tree/com/android/trusty/device_tree/ |
D | IDeviceTree.aidl | 25 const String PORT = "com.android.trusty.device_tree"; 28 const String KERNEL_PORT = "com.android.kernel.device_tree"; 44 INodeIterator get_compatible_nodes_from_list(in @utf8InCpp String[] compatible); in get_compatible_nodes_from_list()
|
D | INode.aidl | 29 @utf8InCpp String get_name(); in get_name() 37 INode get_subnode(in @utf8InCpp String node_name); in get_subnode() 59 Property get_prop(in @utf8InCpp String prop_name); in get_prop()
|
D | Property.aidl | 21 String name;
|
/trusty/user/app/storage/test/storage-unittest-aidl/unittests/ |
D | helpers.rs | 17 ) -> Result<(), String> { in ensure_deleted() argument 58 fn check_pattern32(offset: usize, buf: &[u8]) -> Result<(), String> { in check_pattern32() argument 96 fn check_valid_size(chunk_len: usize) -> Result<(), String> { in check_valid_size() argument 108 ) -> Result<(), String> { in write_pattern() argument 134 ) -> Result<(), String> { in read_pattern() argument
|
D | mod.rs | 128 let fnames: [String; 100] = from_fn(|i| format!("test_file_list_{:02}_file", i)); in file_list()
|
/trusty/user/base/lib/trusty-log/src/ |
D | lib.rs | 42 type FormatFn = Box<dyn Fn(&log::Record) -> String + Sync + Send>; 74 F: Fn(&log::Record) -> String + Sync + Send + 'static, in format() 117 fn default_log_function(record: &Record) -> String { in default_log_function() argument
|
/trusty/user/base/interface/boot_done/ |
D | IBootDone.aidl | 24 const String PORT = "com.android.trusty.boot_done.tidl";
|
/trusty/user/base/lib/unittest-rust/src/ |
D | types.rs | 36 use alloc::string::String; 74 DynTestName(String), 172 pub fn padded_name(&self, column_count: usize, align: NamePadding) -> String { in padded_name() argument 173 let mut name = String::from(self.name.as_slice()); in padded_name()
|
/trusty/user/app/cast-auth/aidl/ |
D | ICastAuth.aidl | 2 const @utf8InCpp String PORT = "com.android.trusty.cast_auth";
|
/trusty/user/app/secretkeeper/ |
D | store.rs | 23 use alloc::string::String; 33 fn filename(key: &[u8]) -> String { in filename() argument 34 let mut result = String::with_capacity(PREFIX_V1.len() + 2 * key.len()); in filename()
|
D | lib.rs | 58 fn log_formatter(record: &log::Record) -> String { in log_formatter() argument
|
/trusty/user/base/lib/storage/rust/src/ |
D | lib.rs | 145 use trusty_std::string::{FromUtf8Error, String}; 934 fn try_next(&mut self) -> Result<Option<(String, FileState)>, Error> { in try_next() argument 980 String::from_utf8(buf)? in try_next() 990 type Item = Result<(String, FileState), Error>;
|
/trusty/user/app/keymint/secure_storage_manager/ |
D | software.rs | 412 pub fn hex_decode(hex: &str) -> Result<Vec<u8>, String> { in hex_decode() argument
|
/trusty/user/app/sample/hwcryptohal/common/ |
D | err.rs | 44 HalError { code: i32, file: &'static str, line: u32, message: String },
|
/trusty/user/app/keymint/ |
D | main.rs | 35 fn log_formatter(record: &log::Record) -> String { in log_formatter() argument
|
D | secure_storage_manager.rs | 19 use alloc::{format, string::String, vec::Vec}; 52 fn get_key_slot_file_name(algorithm: SigningAlgorithm) -> String { in get_key_slot_file_name() argument
|
/trusty/vendor/google/aosp/ |
D | pylintrc | 219 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
|
/trusty/user/base/lib/tipc/rust/src/ |
D | service.rs | 361 fn to_string(&self) -> String { in to_string() argument
|