HomeSort by relevance Sort by last modified time
    Searched refs:out_hash_file (Results 1 - 2 of 2) sorted by null

  /system/update_engine/payload_generator/
generate_delta_main.cc 107 const string& out_hash_file,
113 LOG_IF(FATAL, out_hash_file.empty())
114 << "Must pass --out_hash_file to calculate hash for signing.";
119 CHECK(utils::WriteFile(out_hash_file.c_str(), payload_hash.data(),
287 DEFINE_string(out_hash_file, "", "Path to output hash file");
  /system/update_engine/scripts/
brillo_update_payload 582 -out_hash_file="${FLAGS_payload_hash_file}" \

Completed in 541 milliseconds