/trusty/user/app/storage/test/storage-unittest-aidl/unittests/ |
D | helpers.rs | 28 return Err(format!( in ensure_deleted() 39 return Err(format!( in ensure_deleted() 44 ss.commitChanges().map_err(|e| format!("commitChanges failed with: {}", e))?; in ensure_deleted() 48 return Err(format!("deleteFile failed (for {}) with unexpected error: {}", fname, e)) in ensure_deleted() 51 ss.commitChanges().map_err(|e| format!("commitChanges failed with: {}", e))?; in ensure_deleted() 55 .map_err(|s| format!("while ensuring non-existence, {}", s)) in ensure_deleted() 66 return Err(format!("Expected to read {}, but found {}", pattern, actual)); in check_pattern32() 74 return Err(format!( in check_pattern32() 98 return Err(format!("Chunk size ({}) not 32-bit aligned.", chunk_len)); in check_valid_size() 117 .map_err(|e| format!("Encountered error calling write (chunk {}): {}", i, e))?; in write_pattern() [all …]
|
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 | 72 pub fn format<F>(mut self, format: F) -> Self in format() method 76 self.custom_format = Some(Box::new(format)); in format() 118 format!("{} - {}\n", record.level(), record.args()) in default_log_function()
|
/trusty/user/app/sample/hwcryptohal/common/ |
D | err.rs | 35 message: alloc::format!("{}",std::format_args!($($arg)+)), 91 let msg = CString::new(format!("KM error {:?}", e).as_str()).unwrap(); in from() 96 format!("HWCrypto error on {}:{}: {}", file, line, message).as_str(), in from() 103 CString::new(format!("CBOR serialization error {:?}", e).as_str()).unwrap(); in from()
|
/trusty/device/arm/generic-arm64/project/qemu/ |
D | run-qemu-helper | 57 -drive file=${ANDROID_BUILD_DIR}/userdata.img,index=2,if=none,id=hdc,format=raw 59 -drive file=${ANDROID_BUILD_DIR}/vendor.img,index=1,if=none,id=hdb,format=raw 61 -drive file=${ANDROID_BUILD_DIR}/system.img,index=0,if=none,id=hda,format=raw
|
/trusty/kernel/lib/libc-trusty/test/ |
D | rules.mk | 28 MODULE_COMPILEFLAGS := -ffreestanding -Wno-format-invalid-specifier
|
/trusty/user/base/lib/libc-trusty/test/ |
D | rules.mk | 34 MODULE_COMPILEFLAGS := -ffreestanding -Wno-format-invalid-specifier
|
/trusty/vendor/google/aosp/scripts/ |
D | genReport.py | 111 if (args.format == "html"): 114 elif (args.format == "json"):
|
D | build-config | 16 # those projects in the following format:
|
/trusty/user/app/keymint/secure_storage_manager/ |
D | software.rs | 414 return Err(format!("hex string not even length: {}", hex.len())); in hex_decode() 436 _ => return Err(format!("char {} '{}' not a hex digit", idx, c)), in hex_decode()
|
/trusty/user/app/keymint/keys/ |
D | legacy.rs | 100 encrypted_keyblob.format.requires_secure_deletion(), in convert_key() 126 encrypted_keyblob.format in convert_key() 160 encrypted_keyblob.format.is_versioned(), in convert_key() 320 if !encrypted_keyblob.format.requires_secure_deletion() { in delete_legacy_key() 324 encrypted_keyblob.format, in delete_legacy_key()
|
/trusty/user/base/lib/tipc/rust/src/ |
D | service.rs | 362 format!("{:?}", self) in to_string() 1199 use trusty_std::format; 1250 let mut path = format!("{}.port", SRV_PATH_BASE); in port_create_negative() 1297 let path = format!("{}.port.{}{}", SRV_PATH_BASE, "test", i); in port_create() 1311 let path = format!("{}.port.{}{}", SRV_PATH_BASE, "test", MAX_USER_HANDLES - 1); in port_create() 1326 let path = format!("{}.port.{}{}", SRV_PATH_BASE, "test", MAX_USER_HANDLES); in port_create() 1340 let path = format!("{}.port.{}{}", SRV_PATH_BASE, "test", i); in wait_on_port() 1478 let path1 = format!("{}.port.{}", SRV_PATH_BASE, "testService1"); in multiple_services() 1482 let path2 = format!("{}.port.{}", SRV_PATH_BASE, "testService2"); in multiple_services() 1486 let path = format!("{}.port.{}", SRV_PATH_BASE, "testService3"); in multiple_services() [all …]
|
/trusty/user/app/keymint/ |
D | main.rs | 39 format!("{}: {}:{} {}\n", record.level(), file, line, record.args()) in log_formatter() 45 .format(&log_formatter); in main()
|
D | secure_storage_manager.rs | 19 use alloc::{format, string::String, vec::Vec}; 57 format!("{}.{}", KM_ATTESTATION_KEY_CERT_PREFIX, suffix) in get_key_slot_file_name()
|
D | LICENSE | 184 comment syntax for the file format. We also recommend that a
|
/trusty/user/base/lib/trusty-std/src/ |
D | lib.rs | 54 pub use alloc_crate::{borrow, boxed, fmt, format, rc, slice, str, string, vec};
|
/trusty/vendor/google/aosp/ |
D | pylintrc | 101 # Set the output format. Available formats are text, parseable, colorized, msvs 104 output-format=text 119 # Template used to display messages. This is a python new-style format string 120 # used to format the message information. See doc for all details 181 # Logging modules to check that the string format arguments are in logging 182 # function parameter format 226 # Expected format of line ending, e.g. empty (any line ending), LF or CRLF. 227 expected-line-ending-format=LF 251 # Include a hint for the correct naming format with invalid-name
|
/trusty/device/arm/generic-arm64/project/ |
D | qemu-qemu-inc.mk | 67 -Wno-format-truncation \
|
/trusty/user/app/secretkeeper/ |
D | lib.rs | 62 format!("{}: {}:{} {}\n", record.level(), file, line, record.args()) in log_formatter() 256 .format(log_formatter); in inner_main()
|
D | store.rs | 37 result += &format!("{:02x}", byte); in filename()
|
/trusty/user/app/keymaster/ |
D | trusty_keymaster_context.cpp | 399 info->format = AES_GCM_WITH_SW_ENFORCED_VERSIONED; in GetKdfState() 690 deserialized_key->encrypted_key.format); in ParseKeyBlob() 705 if (deserialized_key->encrypted_key.format == in ParseKeyBlob() 707 deserialized_key->encrypted_key.format == in ParseKeyBlob() 715 deserialized_key->encrypted_key.format); in ParseKeyBlob() 743 deserialized_key->encrypted_key.format); in DeleteKey() 819 if (enc_key.format < AES_GCM_WITH_SW_ENFORCED_VERSIONED) { in DeriveMasterKey()
|
/trusty/user/app/sample/rust-hello-world/ |
D | lib.rs | 140 let outputmsg = format!("Hello, {}!", inputmsg); in on_message()
|
/trusty/user/base/lib/unittest-rust/src/ |
D | lib.rs | 162 let msg = format!("{}\n", record.args()); in log()
|
/trusty/user/app/storage/ |
D | README.md | 64 Both file systems use the same basic storage format but are configured to use 92 complete it uses three block sets (the same storage format as the free set
|
/trusty/user/app/sample/ |
D | LICENSE | 184 comment syntax for the file format. We also recommend that a
|