Home
last modified time | relevance | path

Searched defs:ReadOsFile (Results 1 – 6 of 6) 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/static_core/libpandabase/os/
Dnative_stack.h37 const auto ReadOsFile = ark::os::unix::native_stack::ReadOsFile; // NOLINT(readability-identif… variable
Dnative_stack.cpp41 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.cpp21 bool ReadOsFile(const std::string &file_name, std::string *result) in ReadOsFile() function
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dnative_stack.cpp145 bool ReadOsFile(const std::string &fileName, std::string *result) in ReadOsFile() function