Home
last modified time | relevance | path

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

/system/core/storaged/
Dstoraged.cpp182 string proto_file = proto_path(user_id); in load_proto() local
183 ifstream in(proto_file, ofstream::in | ofstream::binary); in load_proto()
197 LOG(WARNING) << "CRC mismatch in " << proto_file; in load_proto()
243 string proto_file = proto_path(user_id); in flush_proto_data() local
244 string tmp_file = proto_file + "_tmp"; in flush_proto_data()
294 rename(tmp_file.c_str(), proto_file.c_str()); in flush_proto_data()
/system/extras/simpleperf/
Drecord_file_writer.cpp426 auto proto_file = proto_debug_unwind.add_file(); in WriteDebugUnwindFeature() local
427 proto_file->set_path(file.path); in WriteDebugUnwindFeature()
428 proto_file->set_size(file.size); in WriteDebugUnwindFeature()