Home
last modified time | relevance | path

Searched defs:nRead (Results 1 - 11 of 11) sorted by relevance

/base/hiviewdfx/faultloggerd/common/cutil/
H A Ddfx_cutil.c47 ssize_t nRead = OHOS_TEMP_FAILURE_RETRY(read(fd, name, NAME_BUF_LEN - 1)); in ReadStringFromFile() local
104 ssize_t nRead = OHOS_TEMP_FAILURE_RETRY(read(fd, &b, sizeof(char))); in GetRealPid() local
H A Dmusl_cutil.h47 int nRead = OHOS_TEMP_FAILURE_RETRY(read(fd, name, NAME_BUF_LEN -1)); in ReadStringFromFile() local
104 ssize_t nRead = 0; in GetRealPid() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_epoll.cpp157 int nRead = read(wakeUpFd_, &intValue, sizeof(intValue)); in EpollWokenUp() local
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dmztools.c259 int nRead; local
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dmztools.c259 int nRead; local
/third_party/zlib/contrib/minizip/
H A Dmztools.c258 int nRead; in unzRepair() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_app.c100 ssize_t nRead = recvfrom(fd, recvBuffer, COAP_MAX_PDU_SIZE, 0, (struct sockaddr *)&remoteAddr, &len); in HandleReadEvent() local
/kernel/liteos_a/net/telnet/src/
H A Dtelnet_loop.c340 INT32 nRead; in TelnetClientLoop() local
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_filter_manual_test.cpp185 ssize_t nRead = 0; in GetSelfHidumperFilter() local
/third_party/sqlite/src/
H A Dshell.c7986 int nRead; /* Bytes to read from file */ in zipfileReadEOCD() local
7364 zipfileReadData( FILE *pFile, u8 *aRead, int nRead, i64 iOff, char **pzErrmsg ) zipfileReadData() argument
19105 size_t nRead; readFile() local
[all...]
H A Dsqlite3.c47803 DWORD nRead; /* Number of bytes actually read from file */ global() local
56188 int nRead; /* Database pages read */ global() member
85563 int nRead = 0; global() local
100283 int nRead; /* Bytes to read from disk */ global() local
100435 int nRead = pgsz - iBuf; global() local
103066 int nRead = iAmt; global() local
191146 int nRead; /* Number of bytes to read */ global() local
218604 int nRead = 0; global() local
230306 int nRead; /* Total number of blocks read */ global() member
[all...]

Completed in 151 milliseconds