Home
last modified time | relevance | path

Searched defs:bytesRead (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/
Dutils.ts78 const bytesRead = fs.readSync(fd, buffer, 0, buffer.length, 0); constant
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dpipe.cpp61 ssize_t bytesRead = PANDA_FAILURE_RETRY(read(pipeFd.Get(), buf, size)); in ReadFromPipe() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/escompat/
DProcess.cpp184 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/
Daot_runtime_info.h381 ssize_t bytesRead; in GetRuntimeInfoByPath() local
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.cpp101 int bytesRead = read(fd, buffer, byteCount); in FillFromFd() local