Home
last modified time | relevance | path

Searched defs:DeltaObject (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/update_engine/payload_generator/
H A Dpayload_file.cc41 struct DeltaObject { struct
42 DeltaObject(const string& in_name, const int in_type, const off_t in_size) in DeltaObject() argument
44 bool operator<(const DeltaObject& object) const { in operator <()
47 string name;
48 int type;
49 off_t size;