Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dhelpers.h37 class FileAccessException : public std::exception {
39 explicit FileAccessException(const char *msg) : msg_(msg) {} in FileAccessException() function
40 explicit FileAccessException(const std::string_view &msg) : msg_(msg) {} in FileAccessException() function
58 throw helpers::FileAccessException(msg); \
/arkcompiler/runtime_core/tests/fuzztest/literaldataaccessor_fuzzer/
Dliteraldataaccessor_fuzzer.cpp30 } catch (panda::panda_file::helpers::FileAccessException &e) { in LiteralDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/fielddataaccessor_fuzzer/
Dfielddataaccessor_fuzzer.cpp37 } catch (panda::panda_file::helpers::FileAccessException &e) { in FieldDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/
Dmethoddataaccessor_fuzzer.cpp36 } catch (panda::panda_file::helpers::FileAccessException &e) { in MethodDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/classdataaccessor_fuzzer/
Dclassdataaccessor_fuzzer.cpp39 } catch (panda::panda_file::helpers::FileAccessException &e) { in ClassDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/
Ddebuginfodataaccessor_fuzzer.cpp41 } catch (panda::panda_file::helpers::FileAccessException &e) { in DebugInfoDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/
Dcodedataaccessor_fuzzer.cpp42 } catch (panda::panda_file::helpers::FileAccessException &e) { in CodeDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/annotationdataaccessor_fuzzer/
Dannotationdataaccessor_fuzzer.cpp43 } catch (panda::panda_file::helpers::FileAccessException &e) { in AnnotationDataAccessorFuzzTest()