Home
last modified time | relevance | path

Searched refs:out_secondary_dex_hash (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/
Ddexopt.h116 int storage_flag, std::vector<uint8_t>* out_secondary_dex_hash);
Ddexopt.cpp2451 std::vector<uint8_t>* out_secondary_dex_hash) { in hash_secondary_dex_file() argument
2452 out_secondary_dex_hash->clear(); in hash_secondary_dex_file()
2520 out_secondary_dex_hash->resize(SHA256_DIGEST_LENGTH); in hash_secondary_dex_file()
2521 if (!ReadFully(pipe_read, out_secondary_dex_hash->data(), out_secondary_dex_hash->size())) { in hash_secondary_dex_file()
2522 out_secondary_dex_hash->clear(); in hash_secondary_dex_file()