Home
last modified time | relevance | path

Searched refs:String (Results 1 – 18 of 18) sorted by relevance

/trusty/user/base/interface/device_tree/com/android/trusty/device_tree/
DIDeviceTree.aidl25 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()
DINode.aidl29 @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()
DProperty.aidl21 String name;
/trusty/user/app/storage/test/storage-unittest-aidl/unittests/
Dhelpers.rs17 ) -> 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
Dmod.rs128 let fnames: [String; 100] = from_fn(|i| format!("test_file_list_{:02}_file", i)); in file_list()
/trusty/user/base/lib/trusty-log/src/
Dlib.rs42 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/
DIBootDone.aidl24 const String PORT = "com.android.trusty.boot_done.tidl";
/trusty/user/base/lib/unittest-rust/src/
Dtypes.rs36 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/
DICastAuth.aidl2 const @utf8InCpp String PORT = "com.android.trusty.cast_auth";
/trusty/user/app/secretkeeper/
Dstore.rs23 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()
Dlib.rs58 fn log_formatter(record: &log::Record) -> String { in log_formatter() argument
/trusty/user/base/lib/storage/rust/src/
Dlib.rs145 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/
Dsoftware.rs412 pub fn hex_decode(hex: &str) -> Result<Vec<u8>, String> { in hex_decode() argument
/trusty/user/app/sample/hwcryptohal/common/
Derr.rs44 HalError { code: i32, file: &'static str, line: u32, message: String },
/trusty/user/app/keymint/
Dmain.rs35 fn log_formatter(record: &log::Record) -> String { in log_formatter() argument
Dsecure_storage_manager.rs19 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/
Dpylintrc219 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
/trusty/user/base/lib/tipc/rust/src/
Dservice.rs361 fn to_string(&self) -> String { in to_string() argument