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

/system/update_engine/payload_generator/
H A Dpayload_file.cc105 const string& data_blobs_path,
115 TEST_AND_RETURN_FALSE(ReorderDataBlobs(data_blobs_path, ordered_blobs_path));
281 const string& data_blobs_path,
283 int in_fd = open(data_blobs_path.c_str(), O_RDONLY, 0);
104 WritePayload(const string& payload_file, const string& data_blobs_path, const string& private_key_path, uint64_t* metadata_size_out) argument
280 ReorderDataBlobs( const string& data_blobs_path, const string& new_data_blobs_path) argument

Completed in 658 milliseconds