Home
last modified time | relevance | path

Searched defs:read (Results 1 – 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java108 public static byte[] read(InputStream input) throws IOException { in read() method in FileUtils
111 int read; in read() local
308 int read; in toByteArray() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/samplecode/views/layout/chartview/
DSampleCodeView.java61 private final JBLabel read = new JBLabel(); field in SampleCodeView
/developtools/hdc_standard/src/common/
Dsession.cpp894 int HdcSessionBase::FetchIOBuf(HSession hSession, uint8_t *ioBuf, int read) in FetchIOBuf()