Home
last modified time | relevance | path

Searched defs:stmt (Results 1 – 5 of 5) sorted by relevance

/system/sepolicy/tests/
Dmini_parser.py44 def wrapParens(stmt): argument
92 def _parseType(self, stmt): argument
97 def _parseExpandtypeattribute(self, stmt): argument
102 def _parseTypeattribute(self, stmt): argument
107 def _parseTypeattributeset(self, stmt): argument
128 def _parseStmt(self, stmt): argument
/system/security/keystore2/src/
Ddatabase.rs128 let mut stmt = tx in load_from_db() localVariable
155 let mut stmt = tx in store_in_db() localVariable
204 let mut stmt = tx in load_from_db() localVariable
229 let mut stmt = tx in store_in_db() localVariable
1180 let mut stmt = tx in handle_next_superseded_blobs() localVariable
1389 let mut stmt = tx in get_or_create_key_with() localVariable
1705 let mut stmt = tx in insert_keyparameter_internal() localVariable
1746 let mut stmt = tx in store_signed_attestation_certificate_chain() localVariable
1880 let mut stmt = tx in fetch_unsigned_attestation_keys() localVariable
1919 let mut stmt = tx in delete_expired_attestation_keys() localVariable
[all …]
Dkey_parameter.rs1460 let mut stmt = in query_from_keyparameter() localVariable
/system/keymaster/km_openssl/
Dattestation_record.cpp33 #define ASSERT_OR_RETURN_ERROR(stmt, error) \ argument
/system/security/keystore2/legacykeystore/
Dlib.rs107 let mut stmt = tx in list() localVariable