Searched defs:target_type (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DMetadataCrypt.cpp140 const std::string& target_type, const KeyBuffer& crypt_params,
179 target_type.copy(tgt->target_type, sizeof(tgt->target_type));
139 create_crypto_blk_dev(const std::string& dm_name, uint64_t nr_sec, const std::string& target_type, const KeyBuffer& crypt_params, std::string* crypto_blkdev) argument
/system/sepolicy/tools/
H A Dsepolicy-check.c64 int t_op, uint32_t target_type,
87 match &= check(t_op, target_type, cur->key.target_type);
128 key.source_type = key.target_type = key.target_class = 0;
169 key.target_type = tgt->s.value;
175 t_op, key.target_type,
183 t_op, key.target_type,
63 expand_and_check(int s_op, uint32_t source_type, int t_op, uint32_t target_type, int c_op, uint32_t target_class, perm_datum_t *perm, policydb_t *policy, avtab_t *avtab) argument

Completed in 3729 milliseconds