Searched refs:out_secondary_dex_hash (Results 1 – 2 of 2) sorted by relevance
122 int storage_flag, std::vector<uint8_t>* out_secondary_dex_hash);
2060 std::vector<uint8_t>* out_secondary_dex_hash) { in hash_secondary_dex_file() argument2061 out_secondary_dex_hash->clear(); in hash_secondary_dex_file()2133 out_secondary_dex_hash->resize(SHA256_DIGEST_LENGTH); in hash_secondary_dex_file()2134 if (!ReadFully(pipe_read, out_secondary_dex_hash->data(), out_secondary_dex_hash->size())) { in hash_secondary_dex_file()2135 out_secondary_dex_hash->clear(); in hash_secondary_dex_file()