Home
last modified time | relevance | path

Searched defs:bytesRead (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dpipe.cpp61 ssize_t bytesRead = PANDA_FAILURE_RETRY(read(pipeFd.Get(), buf, size)); in ReadFromPipe() local
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h375 ssize_t bytesRead; in GetRuntimeInfoByPath() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/escompat/
H A DProcess.cpp158 int bytesRead = read(fd, buffer.data(), sizeof(buffer.size()) - 1); in ReadChildProcessStdOut() local
198 int bytesRead = read(fd, buffer.data(), sizeof(buffer.size()) - 1); in ReadChildProcessStdErr() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
H A Dprofile_dump_info.cpp100 int bytesRead = read(fd, buffer, byteCount); in FillFromFd() local

Completed in 4 milliseconds