Searched refs:database (Results 1 – 25 of 33) sorted by relevance
12
/system/chre/external/pigweed/ |
D | pw_tokenizer.mk | 18 TOKEN_MAP_GEN_CMD = $(PYTHON) $(PIGWEED_SCRIPTS_DIR)/database.py create \ 19 --force --type binary --database 20 TOKEN_MAP_CSV_GEN_CMD = $(PYTHON) $(PIGWEED_SCRIPTS_DIR)/database.py create \ 21 --force --type csv --database
|
/system/security/keystore2/src/ |
D | lib.rs | 22 pub mod database; module
|
D | attestation_key_utils.rs | 18 use crate::database::{BlobMetaData, KeyEntryLoadBits, KeyType}; 19 use crate::database::{KeyIdGuard, KeystoreDB};
|
D | super_key.rs | 17 database::BlobMetaData, 18 database::BlobMetaEntry, 19 database::EncryptedBy, 20 database::KeyEntry, 21 database::KeyType, 22 database::{KeyEntryLoadBits, KeyIdGuard, KeyMetaData, KeyMetaEntry, KeystoreDB}, 1330 use crate::database::tests::make_bootlevel_key_entry; 1331 use crate::database::tests::make_test_key_entry; 1332 use crate::database::tests::new_test_db;
|
D | service.rs | 29 database::Uuid, 32 use crate::{database::KEYSTORE_UUID, permission}; 34 database::{KeyEntryLoadBits, KeyType, SubComponentType},
|
D | gc.rs | 24 database::{BlobMetaData, KeystoreDB, Uuid},
|
D | globals.rs | 28 database::KeystoreDB, 29 database::Uuid,
|
D | raw_device.rs | 18 database::{
|
D | boot_level_keys.rs | 19 database::{KeyType, KeystoreDB},
|
D | maintenance.rs | 17 use crate::database::{KeyEntryLoadBits, KeyType};
|
D | security_level.rs | 21 use crate::database::{BlobInfo, CertificateInfo, KeyIdGuard}; 40 database::{
|
D | utils.rs | 25 database::{KeyType, KeystoreDB},
|
/system/security/keystore2/aconfig/ |
D | flags.aconfig | 31 description: "Abandon Keystore database retry loop after an interval"
|
/system/security/keystore2/ |
D | keystore2.rc | 4 # database.
|
/system/chre/host/common/ |
D | log_message_parser.cc | 74 pw::tokenizer::TokenDatabase database = in logDetokenizerInit() local 76 if (database.ok()) { in logDetokenizerInit() 78 return std::make_unique<Detokenizer>(database); in logDetokenizerInit()
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 224 /// Contains information needed for the host to load the token database for the 225 /// nanoapp. This message is only sent if a token database section is found in 232 /// The size offset of the token database from the start of the address of 236 /// The size of the token database section in the ELF binary in bytes.
|
/system/sepolicy/prebuilts/api/202404/private/ |
D | virtualizationservice.te | 66 # (needed for SQLite database creation).
|
/system/sepolicy/private/ |
D | virtualizationservice.te | 82 # (needed for SQLite database creation).
|
D | system_app.te | 177 # Settings app reads and writes the wifi blob database
|
/system/logging/logcat/ |
D | event.logtags | 99 # db: the filename of the database
|
/system/secretkeeper/ |
D | README.md | 32 2. Integrity: The data is protected against malicious Android OS tampering with database. i.e., if 35 **The integrity requirements also include rollback protection i.e., reverting the database
|
/system/timezone/output_data/icu_overlay/ |
D | LICENSE | 381 Database for its time zone support. The ownership of the TZ database 387 # The TZ database itself is not an IETF Contribution or an IETF 397 # by ICANN or the IETF Trust on the database or the code. Any person 398 # making a contribution to the database or code waives all rights to
|
/system/timezone/testing/data/test3/output_data/icu_overlay/ |
D | LICENSE | 381 Database for its time zone support. The ownership of the TZ database 387 # The TZ database itself is not an IETF Contribution or an IETF 397 # by ICANN or the IETF Trust on the database or the code. Any person 398 # making a contribution to the database or code waives all rights to
|
/system/timezone/testing/data/test1/output_data/icu_overlay/ |
D | LICENSE | 381 Database for its time zone support. The ownership of the TZ database 387 # The TZ database itself is not an IETF Contribution or an IETF 397 # by ICANN or the IETF Trust on the database or the code. Any person 398 # making a contribution to the database or code waives all rights to
|
/system/apex/docs/ |
D | README.md | 96 1. If the APEX file is verified, the internal database of the APEX manager is 101 1. At reboot, the APEX manager starts, reads the internal database, and does 110 When all APEX files listed in the internal database are mounted, the APEX
|
12