Home
last modified time | relevance | path

Searched refs:database (Results 1 – 25 of 33) sorted by relevance

12

/system/chre/external/pigweed/
Dpw_tokenizer.mk18 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/
Dlib.rs22 pub mod database; module
Dattestation_key_utils.rs18 use crate::database::{BlobMetaData, KeyEntryLoadBits, KeyType};
19 use crate::database::{KeyIdGuard, KeystoreDB};
Dsuper_key.rs17 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;
Dservice.rs29 database::Uuid,
32 use crate::{database::KEYSTORE_UUID, permission};
34 database::{KeyEntryLoadBits, KeyType, SubComponentType},
Dgc.rs24 database::{BlobMetaData, KeystoreDB, Uuid},
Dglobals.rs28 database::KeystoreDB,
29 database::Uuid,
Draw_device.rs18 database::{
Dboot_level_keys.rs19 database::{KeyType, KeystoreDB},
Dmaintenance.rs17 use crate::database::{KeyEntryLoadBits, KeyType};
Dsecurity_level.rs21 use crate::database::{BlobInfo, CertificateInfo, KeyIdGuard};
40 database::{
Dutils.rs25 database::{KeyType, KeystoreDB},
/system/security/keystore2/aconfig/
Dflags.aconfig31 description: "Abandon Keystore database retry loop after an interval"
/system/security/keystore2/
Dkeystore2.rc4 # database.
/system/chre/host/common/
Dlog_message_parser.cc74 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/
Dhost_messages.fbs224 /// 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/
Dvirtualizationservice.te66 # (needed for SQLite database creation).
/system/sepolicy/private/
Dvirtualizationservice.te82 # (needed for SQLite database creation).
Dsystem_app.te177 # Settings app reads and writes the wifi blob database
/system/logging/logcat/
Devent.logtags99 # db: the filename of the database
/system/secretkeeper/
DREADME.md32 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/
DLICENSE381 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/
DLICENSE381 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/
DLICENSE381 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/
DREADME.md96 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