Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dhelpers.h39 explicit FileAccessException(const char *msg) : msg_(msg) {} in FileAccessException() function
40 explicit FileAccessException(const std::string_view &msg) : msg_(msg) {} in FileAccessException() function