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.cc251 const string& props_file, in ExtractProperties() argument
263 if (props_file == "-") { in ExtractProperties()
267 props_file.c_str(), properties.c_str(), properties.length()); in ExtractProperties()
268 LOG(INFO) << "Generated properties file at " << props_file; in ExtractProperties()