Home
last modified time | relevance | path

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

/aosp_15_r20/system/update_engine/payload_generator/
H A Dpayload_file.cc308 const string& new_data_blobs_path) { in ReorderDataBlobs() argument
315 new_data_blobs_path.c_str(), O_WRONLY | O_TRUNC | O_CREAT, 0644); in ReorderDataBlobs()
317 PLOG(ERROR) << "Error creating " << new_data_blobs_path; in ReorderDataBlobs()
H A Dpayload_file.h87 const std::string& new_data_blobs_path);