Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/
Dpanda_vm.cpp131 std::unique_ptr<const panda_file::File> PandaVM::OpenPandaFile(std::string_view location) in OpenPandaFile() function in panda::PandaVM
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp191 std::unique_ptr<const panda_file::File> OpenPandaFile(std::string_view location, std::string_view a… in OpenPandaFile() function