/aosp12/frameworks/base/tools/aapt2/format/ |
H A D | Archive.cpp | 94 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 D | apex_testbase.h | 60 void WriteFile(const std::string& file, const std::string& content) { in WriteFile() function
|
/aosp12/system/apex/libs/libapexutil/ |
H A D | apexutil_test.cpp | 55 void WriteFile(std::string file_path, std::string content) { in WriteFile() function
|
/aosp12/frameworks/base/tools/dump-coverage/ |
H A D | dump_coverage.cc | 84 static jint WriteFile(const char* data, int length, const std::string& filename) { in WriteFile() function
|
/aosp12/art/compiler/utils/ |
H A D | assembler_test_base.h | 190 void WriteFile(const std::string& filename, const void* data, size_t size) { in WriteFile() function
|
/aosp12/frameworks/base/tools/aapt2/test/ |
H A D | Fixture.cpp | 82 void TestDirectoryFixture::WriteFile(const std::string& path, const std::string& contents) { in WriteFile() function in aapt::TestDirectoryFixture
|
/aosp12/build/soong/finder/fs/ |
H A D | fs.go | 123 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 D | util.cpp | 196 Result<void> WriteFile(const std::string& path, const std::string& content) { in WriteFile() function
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | BackupHelpers.cpp | 742 RestoreHelperBase::WriteFile(const String8& filename, BackupDataReader* in) in WriteFile() function in android::RestoreHelperBase
|
/aosp12/system/security/keystore/ |
H A D | keystore_cli_v2.cpp | 737 void WriteFile(const std::string& filename, const std::vector<uint8_t>& content) { in WriteFile() function
|
/aosp12/system/update_engine/common/ |
H A D | utils.cc | 115 bool WriteFile(const char* path, const void* data, size_t data_len) { in WriteFile() function
|