Searched refs:out_secondary_dex_hash (Results 1 – 2 of 2) sorted by relevance
116 int storage_flag, std::vector<uint8_t>* out_secondary_dex_hash);
2451 std::vector<uint8_t>* out_secondary_dex_hash) { in hash_secondary_dex_file() argument2452 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()