Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/
Dgenerate_datasets.cc91 void WriteFile(const std::string& name, const std::string& message_name, in WriteFile() function
109 WriteFile("google_message1_proto3", "benchmarks.proto3.GoogleMessage1", in main()
111 WriteFile("google_message1_proto2", "benchmarks.proto2.GoogleMessage1", in main()
115 WriteFile("google_message2", "benchmarks.proto2.GoogleMessage2", in main()
/frameworks/base/tools/aapt2/test/
DFixture.cpp83 bool TestDirectoryFixture::WriteFile(const std::string& path, const std::string& contents) { in WriteFile() function in aapt::TestDirectoryFixture
99 CHECK(WriteFile(path, contents)); in CompileFile()
131 CHECK(WriteFile(manifest_file, android::base::StringPrintf(R"(
DFixture.h61 bool WriteFile(const std::string& path, const std::string& contents);
/frameworks/base/tools/aapt2/format/
DArchive.h50 virtual bool WriteFile(const android::StringPiece& path, uint32_t flags, io::InputStream* in) = 0;
DArchive.cpp94 bool WriteFile(const StringPiece& path, uint32_t flags, io::InputStream* in) override { in WriteFile() function in aapt::__anonc4b4d0140111::DirectoryWriter
179 bool WriteFile(const StringPiece& path, uint32_t flags, io::InputStream* in) override { in WriteFile() function in aapt::__anonc4b4d0140111::ZipFileWriter
/frameworks/base/libs/androidfw/include/androidfw/
DBackupHelpers.h149 status_t WriteFile(const String8& filename, BackupDataReader* in);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/
Dadd_person.go129 if err := ioutil.WriteFile(fname, out, 0644); err != nil {
/frameworks/base/core/jni/
Dandroid_backup_FileBackupHelperBase.cpp89 err = restore->WriteFile(String8(filename), reader); in writeFile_native()
/frameworks/base/tools/aapt2/io/
DUtil.cpp36 if (!writer->WriteFile(out_path, compression_flags, in)) { in CopyInputStreamToArchive()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dsubprocess.cc190 if (!WriteFile(child_stdin_, in Communicate()
/frameworks/base/tools/aapt2/cmd/
DCompile_test.cpp203 CHECK(ctf->WriteFile(source_file, sTranslatableXmlContent)); in AssertTranslations()
/frameworks/base/libs/androidfw/
DBackupHelpers.cpp742 RestoreHelperBase::WriteFile(const String8& filename, BackupDataReader* in) in WriteFile() function in android::RestoreHelperBase