Searched refs:out_hash_file (Results 1 – 2 of 2) sorted by relevance
107 const string& out_hash_file, in CalculateHashForSigning() argument113 LOG_IF(FATAL, out_hash_file.empty()) in CalculateHashForSigning()119 CHECK(utils::WriteFile(out_hash_file.c_str(), payload_hash.data(), in CalculateHashForSigning()282 DEFINE_string(out_hash_file, "", "Path to output hash file"); in Main()
577 -out_hash_file="${FLAGS_payload_hash_file}" \