Searched defs:bytesRead (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/driver/build_system/src/ |
| D | utils.ts | 78 const bytesRead = fs.readSync(fd, buffer, 0, buffer.length, 0); constant
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | pipe.cpp | 61 ssize_t bytesRead = PANDA_FAILURE_RETRY(read(pipeFd.Get(), buf, size)); in ReadFromPipe() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/escompat/ |
| D | Process.cpp | 184 int bytesRead = read(fd, buffer.data(), sizeof(buffer.size()) - 1); in ReadChildProcessStdOut() local 237 int bytesRead = read(fd, buffer.data(), sizeof(buffer.size()) - 1); in ReadChildProcessStdErr() local
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | aot_runtime_info.h | 381 ssize_t bytesRead; in GetRuntimeInfoByPath() local
|
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| D | profile_dump_info.cpp | 101 int bytesRead = read(fd, buffer, byteCount); in FillFromFd() local
|