Searched refs:proto_file (Results 1 – 2 of 2) sorted by relevance
182 string proto_file = proto_path(user_id); in load_proto() local183 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() local244 string tmp_file = proto_file + "_tmp"; in flush_proto_data()294 rename(tmp_file.c_str(), proto_file.c_str()); in flush_proto_data()
426 auto proto_file = proto_debug_unwind.add_file(); in WriteDebugUnwindFeature() local427 proto_file->set_path(file.path); in WriteDebugUnwindFeature()428 proto_file->set_size(file.size); in WriteDebugUnwindFeature()