Home
last modified time | relevance | path

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

/aosp12/system/core/storaged/
H A 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()
/aosp12/system/extras/simpleperf/
H A 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()
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DCompile_test.cpp333 io::IFile* proto_file = in TEST_F() local
335 std::unique_ptr<io::InputStream> proto_stream = proto_file->OpenInputStream(); in TEST_F()
/aosp12/frameworks/base/tools/streaming_proto/cpp/
H A Dmain.cpp183 const FileDescriptorProto& file_descriptor = request.proto_file(i); in main()
/aosp12/frameworks/base/tools/streaming_proto/java/
H A Dmain.cpp285 const FileDescriptorProto& file_descriptor = request.proto_file(i); in main()