/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/ |
D | ZipDataOutput.java | 34 void write(byte[] buffer, int offset, int length) throws IOException; in write() method 42 void write(ByteBuffer buffer) throws IOException; in write() method
|
D | MessageDigestZipDataOutput.java | 35 public void write(byte[] buffer, int offset, int length) throws IOException { in write() method in MessageDigestZipDataOutput 42 public void write(ByteBuffer buffer) throws IOException { in write() method in MessageDigestZipDataOutput
|
D | RandomAccessFileZipDataOutput.java | 50 public void write(byte[] buffer, int offset, int length) throws IOException { in write() method in RandomAccessFileZipDataOutput 68 public void write(ByteBuffer buffer) throws IOException { in write() method in RandomAccessFileZipDataOutput
|
/developtools/profiler/device/plugins/native_hook/test/unittest/ |
D | stack_writer_test.cpp | 119 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, g_smbFd, -1); variable 142 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, 0, -1); variable 167 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, g_smbFd, -1); variable 199 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, g_smbFd, -1, true); variable
|
/developtools/profiler/device/plugins/api/test/unittest/ |
D | buffer_write_test.cpp | 158 …auto write = std::make_shared<BufferWriter>(PLUGIN_NAME, PLUGIN_VERSION, SMB1_SIZE, g_smbFd1, -1, … variable 181 …auto write = std::make_shared<BufferWriter>(PLUGIN_NAME, PLUGIN_VERSION, SMB2_SIZE, g_smbFd2, -1, … variable
|
/developtools/profiler/interfaces/kits/ |
D | plugin_module_api.h | 102 WriteFuncPtr write; member
|
/developtools/profiler/device/plugins/api/src/ |
D | plugin_module.cpp | 265 auto write = GetWriter(); in ReportBasicData() local
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
D | FileUtils.java | 129 public static void write(byte[] content, File output) throws IOException { in write() method in FileUtils
|