Home
last modified time | relevance | path

Searched defs:OpenForAppend (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.cc77 io::ZeroCopyOutputStream* GeneratorContext::OpenForAppend( in OpenForAppend() function in google::protobuf::compiler::GeneratorContext
H A Dcommand_line_interface.cc628 CommandLineInterface::GeneratorContextImpl::OpenForAppend( in OpenForAppend() function in google::protobuf::compiler::CommandLineInterface::GeneratorContextImpl
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.cc77 io::ZeroCopyOutputStream* GeneratorContext::OpenForAppend( in OpenForAppend() function in google::protobuf::compiler::GeneratorContext
H A Dcommand_line_interface.cc628 CommandLineInterface::GeneratorContextImpl::OpenForAppend( in OpenForAppend() function in google::protobuf::compiler::CommandLineInterface::GeneratorContextImpl
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dmain.cc82 ZeroCopyOutputStream* OpenForAppend(const std::string& filename) { in OpenForAppend() function in grpc_tools::internal::GeneratorContextImpl
/aosp_15_r20/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/
H A Dmain.cc88 ZeroCopyOutputStream* OpenForAppend(const std::string& filename) { in OpenForAppend() function in grpc_tools::internal::GeneratorContextImpl
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dwriter_v2.cpp271 bool CowWriterV2::OpenForAppend(uint64_t label) { in OpenForAppend() function in android::snapshot::CowWriterV2
H A Dwriter_v3.cpp259 bool CowWriterV3::OpenForAppend(uint64_t label) { in OpenForAppend() function in android::snapshot::CowWriterV3
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-filesystem.cc346 int IcingFilesystem::OpenForAppend(const char *file_name) const { in OpenForAppend() function in icing::lib::IcingFilesystem
/aosp_15_r20/external/icing/icing/file/
H A Dfilesystem.cc342 int Filesystem::OpenForAppend(const char* file_name) const { in OpenForAppend() function in icing::lib::Filesystem
/aosp_15_r20/external/leveldb/db/
H A Dlog_test.cc342 TEST_F(LogTest, OpenForAppend) { in TEST_F() argument