Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/format/
H A DArchive.cpp94 bool WriteFile(const StringPiece& path, uint32_t flags, io::InputStream* in) override { in WriteFile() function in aapt::__anon7b3c87f70110::DirectoryWriter
185 bool WriteFile(const StringPiece& path, uint32_t flags, io::InputStream* in) override { in WriteFile() function in aapt::__anon7b3c87f70110::ZipFileWriter
/aosp12/system/linkerconfig/modules/tests/
H A Dapex_testbase.h60 void WriteFile(const std::string& file, const std::string& content) { in WriteFile() function
/aosp12/system/apex/libs/libapexutil/
H A Dapexutil_test.cpp55 void WriteFile(std::string file_path, std::string content) { in WriteFile() function
/aosp12/frameworks/base/tools/dump-coverage/
H A Ddump_coverage.cc84 static jint WriteFile(const char* data, int length, const std::string& filename) { in WriteFile() function
/aosp12/art/compiler/utils/
H A Dassembler_test_base.h190 void WriteFile(const std::string& filename, const void* data, size_t size) { in WriteFile() function
/aosp12/frameworks/base/tools/aapt2/test/
H A DFixture.cpp82 void TestDirectoryFixture::WriteFile(const std::string& path, const std::string& contents) { in WriteFile() function in aapt::TestDirectoryFixture
/aosp12/build/soong/finder/fs/
H A Dfs.go123 func (osFs) WriteFile(path string, data []byte, perm os.FileMode) error { func
685 func (m *MockFs) WriteFile(filePath string, data []byte, perm os.FileMode) error { func
/aosp12/system/core/init/
H A Dutil.cpp196 Result<void> WriteFile(const std::string& path, const std::string& content) { in WriteFile() function
/aosp12/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp742 RestoreHelperBase::WriteFile(const String8& filename, BackupDataReader* in) in WriteFile() function in android::RestoreHelperBase
/aosp12/system/security/keystore/
H A Dkeystore_cli_v2.cpp737 void WriteFile(const std::string& filename, const std::vector<uint8_t>& content) { in WriteFile() function
/aosp12/system/update_engine/common/
H A Dutils.cc115 bool WriteFile(const char* path, const void* data, size_t data_len) { in WriteFile() function