Searched refs:out_secondary_dex_hash (Results 1 – 2 of 2) sorted by relevance
120 int storage_flag, std::vector<uint8_t>* out_secondary_dex_hash);
2224 std::vector<uint8_t>* out_secondary_dex_hash) { in hash_secondary_dex_file() argument2225 out_secondary_dex_hash->clear(); in hash_secondary_dex_file()2297 out_secondary_dex_hash->resize(SHA256_DIGEST_LENGTH); in hash_secondary_dex_file()2298 if (!ReadFully(pipe_read, out_secondary_dex_hash->data(), out_secondary_dex_hash->size())) { in hash_secondary_dex_file()2299 out_secondary_dex_hash->clear(); in hash_secondary_dex_file()