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

/system/update_engine/
H A Domaha_request_action.h82 explicit OmahaEvent(Type in_type) argument
83 : type(in_type),
86 OmahaEvent(Type in_type, Result in_result, ErrorCode in_error_code) argument
87 : type(in_type),
/system/update_engine/payload_generator/
H A Dpayload_file.cc42 DeltaObject(const string& in_name, const int in_type, const off_t in_size) argument
44 type(in_type),

Completed in 6 milliseconds