Searched defs:OpenFromMemory (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandafile/ | ||
| H A D | file.cpp | 559 std::unique_ptr<const File> File::OpenFromMemory(os::mem::ConstBytePtr &&ptr) in OpenFromMemory() function in ark::panda_file::File 570 std::unique_ptr<const File> File::OpenFromMemory(os::mem::ConstBytePtr &&ptr, std::string_view filename) in OpenFromMemory() function in ark::panda_file::File |
| /arkcompiler/runtime_core/libpandafile/ | ||
| H A D | file.cpp | 697 std::unique_ptr<const File> File::OpenFromMemory(os::mem::ConstBytePtr &&ptr) in OpenFromMemory() function in panda::panda_file::File 707 std::unique_ptr<const File> File::OpenFromMemory(os::mem::ConstBytePtr &&ptr, std::string_view filename) in OpenFromMemory() function in panda::panda_file::File |
Completed in 3 milliseconds