Home
last modified time | relevance | path

Searched defs:WriterOsFile (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandabase/os/
Dnative_stack.h33 const auto WriterOsFile = panda::os::unix::native_stack::WriterOsFile; // NOLINT(readability-ident… variable
Dnative_stack.cpp26 bool WriterOsFile([[maybe_unused]] const void *buffer, [[maybe_unused]] size_t count, [[maybe_unuse… in WriterOsFile() function
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dnative_stack.h38 const auto WriterOsFile = ark::os::unix::native_stack::WriterOsFile; // NOLINT(readability-identif… variable
Dnative_stack.cpp46 bool WriterOsFile([[maybe_unused]] const void *buffer, [[maybe_unused]] size_t count, [[maybe_unuse… in WriterOsFile() function
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dnative_stack.cpp35 bool WriterOsFile(const void *buffer, size_t count, int fd) in WriterOsFile() function
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dnative_stack.cpp159 bool WriterOsFile(const void *buffer, size_t count, int fd) in WriterOsFile() function