Searched defs:new_data_blobs_path (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_generator/
H A Dpayload_file.cc282 const string& new_data_blobs_path) {
289 new_data_blobs_path.c_str(), O_WRONLY | O_TRUNC | O_CREAT, 0644);
291 PLOG(ERROR) << "Error creating " << new_data_blobs_path;
280 ReorderDataBlobs( const string& data_blobs_path, const string& new_data_blobs_path) argument

Completed in 67 milliseconds