Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
Dpandafile.cpp36 std::unique_ptr<const panda_file::File> OpenPandaFileFromMemory(uint8_t *buffer, size_t size) in OpenPandaFileFromMemory() function
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
Dpandafile.cpp38 std::unique_ptr<const panda_file::File> OpenPandaFileFromMemory(uint8_t *buffer, size_t size) in OpenPandaFileFromMemory() function
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dpandafile.cpp53 std::unique_ptr<const panda_file::File> OpenPandaFileFromMemory(uint8_t *buffer, size_t size) in OpenPandaFileFromMemory() function
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Dpandafile.cpp51 std::unique_ptr<const panda_file::File> OpenPandaFileFromMemory(uint8_t *buffer, size_t size) in OpenPandaFileFromMemory() function
/arkcompiler/ets_runtime/ecmascript/platform/common/
Dpandafile.cpp51 std::unique_ptr<const panda_file::File> OpenPandaFileFromMemory(uint8_t *buffer, size_t size) in OpenPandaFileFromMemory() function
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_test.cpp167 TEST(File, OpenPandaFileFromMemory) in TEST() argument
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.cpp279 std::unique_ptr<const File> OpenPandaFileFromMemory(const void *buffer, size_t size, std::string ta… in OpenPandaFileFromMemory() function
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp250 std::unique_ptr<const File> OpenPandaFileFromMemory(const void *buffer, size_t size, std::string ta… in OpenPandaFileFromMemory() function