Home
last modified time | relevance | path

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

/system/core/storaged/include/
Dstoraged.h91 char* prepare_proto(userid_t user_id, StoragedProto* proto);
/system/core/storaged/
Dstoraged.cpp204 char* storaged_t:: prepare_proto(userid_t user_id, StoragedProto* proto) { in prepare_proto() function in storaged_t
294 unique_ptr<char> proto_data(prepare_proto(user_id, proto)); in flush_proto()