Home
last modified time | relevance | path

Searched defs:ReadFromPipe (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dpipe.cpp32 Expected<size_t, Error> ReadFromPipe(const UniqueFd &pipeFd, void *buf, size_t size) in ReadFromPipe() function
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dpipe.cpp59 Expected<size_t, Error> ReadFromPipe(const UniqueFd &pipeFd, void *buf, size_t size) in ReadFromPipe() function