Searched defs:nRead (Results 1 - 11 of 11) sorted by relevance
| /base/hiviewdfx/faultloggerd/common/cutil/ |
| H A D | dfx_cutil.c | 47 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 D | musl_cutil.h | 47 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 D | event_loop_epoll.cpp | 157 int nRead = read(wakeUpFd_, &intValue, sizeof(intValue)); in EpollWokenUp() local
|
| /third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
| H A D | mztools.c | 259 int nRead; local
|
| /third_party/skia/third_party/externals/zlib/contrib/minizip/ |
| H A D | mztools.c | 259 int nRead; local
|
| /third_party/zlib/contrib/minizip/ |
| H A D | mztools.c | 258 int nRead; in unzRepair() local
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/ |
| H A D | coap_app.c | 100 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 D | telnet_loop.c | 340 INT32 nRead; in TelnetClientLoop() local
|
| /foundation/multimodalinput/input/frameworks/proxy/events/test/ |
| H A D | input_manager_filter_manual_test.cpp | 185 ssize_t nRead = 0; in GetSelfHidumperFilter() local
|
| /third_party/sqlite/src/ |
| H A D | shell.c | 7986 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 D | sqlite3.c | 47803 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