Home
last modified time | relevance | path

Searched defs:ReadOsFile (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/os/
Dnative_stack.h32 const auto ReadOsFile = panda::os::unix::native_stack::ReadOsFile; // NOLINT(readability-ident… variable
Dnative_stack.cpp21 bool ReadOsFile([[maybe_unused]] const std::string &file_name, [[maybe_unused]] std::string *result) in ReadOsFile() function
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dnative_stack.cpp25 bool ReadOsFile(const std::string &file_name, std::string *result) in ReadOsFile() function