Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dmini_parser.py44 def wrapParens(stmt): argument
98 def _parseType(self, stmt): argument
103 def _parseExpandtypeattribute(self, stmt): argument
108 def _parseTypeattribute(self, stmt): argument
113 def _parseTypeattributeset(self, stmt): argument
134 def _parseStmt(self, stmt): argument
/system/security/keystore2/src/
Ddatabase.rs166 let mut stmt = tx in load_from_db() localVariable
193 let mut stmt = tx in store_in_db() localVariable
242 let mut stmt = tx in load_from_db() localVariable
267 let mut stmt = tx in store_in_db() localVariable
978 let mut stmt = tx in from_1_to_2() localVariable
996 let mut stmt = tx in from_1_to_2() localVariable
1321 let mut stmt = tx in handle_next_superseded_blobs() localVariable
1340 let mut stmt = tx in handle_next_superseded_blobs() localVariable
1745 let mut stmt = tx in insert_keyparameter_internal() localVariable
2033 let mut stmt = tx in load_key_entry_id() localVariable
[all …]
/system/security/keystore2/src/database/
Dtests.rs83 let mut stmt = conn.prepare("SELECT ts FROM test ORDER BY ts ASC;")?; in datetime() localVariable
433 let mut stmt = db in test_grant_ungrant() localVariable
472 let mut stmt = db.conn.prepare( in test_set_blob() localVariable
1963 let mut stmt = db.conn.prepare( in debug_dump_keyentry_table() localVariable
1991 let mut stmt = in debug_dump_grant_table() localVariable
2117 let mut stmt = db.conn.prepare("SELECT id, grantee FROM persistent.grant")?; in test_unbind_keys_for_user_removes_received_grants() localVariable
2152 let mut stmt = db.conn.prepare("SELECT id, grantee FROM persistent.grant")?; in test_unbind_keys_for_namespace_removes_received_grants() localVariable
2180 let mut stmt = db.conn.prepare("SELECT id, grantee FROM persistent.grant")?; in test_unbind_keys_for_namespace_removes_received_grants() localVariable
/system/security/keystore2/src/key_parameter/
Dstorage_tests.rs259 let mut stmt = db.prepare("SELECT tag, data, security_level FROM persistent.keyparameter")?; 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.rs106 let mut stmt = tx in list() localVariable