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