Searched defs:OpenPandaFileFromMemory (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/platform/unix/linux/ |
| D | pandafile.cpp | 36 std::unique_ptr<const panda_file::File> OpenPandaFileFromMemory(uint8_t *buffer, size_t size) in OpenPandaFileFromMemory() function
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/mac/ |
| D | pandafile.cpp | 38 std::unique_ptr<const panda_file::File> OpenPandaFileFromMemory(uint8_t *buffer, size_t size) in OpenPandaFileFromMemory() function
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | pandafile.cpp | 53 std::unique_ptr<const panda_file::File> OpenPandaFileFromMemory(uint8_t *buffer, size_t size) in OpenPandaFileFromMemory() function
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/ |
| D | pandafile.cpp | 51 std::unique_ptr<const panda_file::File> OpenPandaFileFromMemory(uint8_t *buffer, size_t size) in OpenPandaFileFromMemory() function
|
| /arkcompiler/ets_runtime/ecmascript/platform/common/ |
| D | pandafile.cpp | 51 std::unique_ptr<const panda_file::File> OpenPandaFileFromMemory(uint8_t *buffer, size_t size) in OpenPandaFileFromMemory() function
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | file_test.cpp | 167 TEST(File, OpenPandaFileFromMemory) in TEST() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file.cpp | 279 std::unique_ptr<const File> OpenPandaFileFromMemory(const void *buffer, size_t size, std::string ta… in OpenPandaFileFromMemory() function
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file.cpp | 250 std::unique_ptr<const File> OpenPandaFileFromMemory(const void *buffer, size_t size, std::string ta… in OpenPandaFileFromMemory() function
|