Home
last modified time | relevance | path

Searched refs:props_file (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/payload_generator/
Dgenerate_delta_main.cc234 int ExtractProperties(const string& payload_path, const string& props_file) { in ExtractProperties() argument
238 if (props_file == "-") { in ExtractProperties()
241 properties.Save(base::FilePath(props_file)); in ExtractProperties()
242 LOG(INFO) << "Generated properties file at " << props_file; in ExtractProperties()