Home
last modified time | relevance | path

Searched defs:write (Results 1 – 8 of 8) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DZipDataOutput.java34 void write(byte[] buffer, int offset, int length) throws IOException; in write() method
42 void write(ByteBuffer buffer) throws IOException; in write() method
DMessageDigestZipDataOutput.java35 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
DRandomAccessFileZipDataOutput.java50 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/
Dstack_writer_test.cpp119 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
/developtools/profiler/device/plugins/api/test/unittest/
Dbuffer_write_test.cpp157 auto write = std::make_shared<BufferWriter>(PLUGIN_NAME, SMB1_SIZE, g_smbFd1, -1, 0); variable
180 auto write = std::make_shared<BufferWriter>(PLUGIN_NAME, SMB2_SIZE, g_smbFd2, -1, 0); variable
/developtools/profiler/interfaces/kits/
Dplugin_module_api.h94 WriteFuncPtr write; member
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/samplecode/views/layout/chartview/
DSampleCodeView.java63 private final JBLabel write = new JBLabel(); field in SampleCodeView
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java128 public static void write(byte[] content, File output) throws IOException { in write() method in FileUtils