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 109 const string& out_hash_file,
115 LOG_IF(FATAL, out_hash_file.empty())
116 << "Must pass --out_hash_file to calculate hash for signing.";
121 CHECK(utils::WriteFile(out_hash_file.c_str(), payload_hash.data(),
300 DEFINE_string(out_hash_file, "", "Path to output hash file");
  /system/update_engine/scripts/
brillo_update_payload 609 -out_hash_file="${FLAGS_payload_hash_file}" \

Completed in 2254 milliseconds