Home
last modified time | relevance | path

Searched refs:OpenPandaFileFromSecureMemory (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandafile/tests/
Dfile_test.cpp169 HWTEST(File, OpenPandaFileFromSecureMemory, testing::ext::TestSize.Level0)
171 auto pf = OpenPandaFileFromSecureMemory(nullptr, -1);
174 pf = OpenPandaFileFromSecureMemory(nullptr, 1U);
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp94 pf = panda_file::OpenPandaFileFromSecureMemory(data, dataSize); in LoadJSPandaFile()
170 auto pf = panda_file::OpenPandaFileFromSecureMemory(buffer, size); in LoadJSPandaFileSecure()
185 auto pf = panda_file::OpenPandaFileFromSecureMemory(buffer, size); in LoadJSPandaFileSecure()
/arkcompiler/runtime_core/libpandafile/
Dfile.h485 std::unique_ptr<const File> OpenPandaFileFromSecureMemory(uint8_t *buffer, size_t size);
Dfile.cpp301 std::unique_ptr<const File> OpenPandaFileFromSecureMemory(uint8_t *buffer, size_t size) in OpenPandaFileFromSecureMemory() function