Home
last modified time | relevance | path

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

/system/core/storaged/
Dstoraged.cpp178 string proto_file = proto_path(user_id); in load_proto() local
179 ifstream in(proto_file, ofstream::in | ofstream::binary); in load_proto()
193 LOG(WARNING) << "CRC mismatch in " << proto_file; in load_proto()
239 string proto_file = proto_path(user_id); in flush_proto_data() local
240 string tmp_file = proto_file + "_tmp"; in flush_proto_data()
290 rename(tmp_file.c_str(), proto_file.c_str()); in flush_proto_data()