Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/tests/
Dfile_test.cpp177 HWTEST(File, OpenPandaFileFromSecureMemory, testing::ext::TestSize.Level0)
179 auto pf = OpenPandaFileFromSecureMemory(nullptr, -1);
182 pf = OpenPandaFileFromSecureMemory(nullptr, 1U);
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp105 pf = panda_file::OpenPandaFileFromSecureMemory(data, dataSize); in LoadJSPandaFile()
191 auto pf = panda_file::OpenPandaFileFromSecureMemory(buffer, size); in LoadJSPandaFileSecure()
205 auto pf = panda_file::OpenPandaFileFromSecureMemory(buffer, size); in LoadJSPandaFileSecure()
/arkcompiler/runtime_core/libpandafile/
Dfile.h512 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
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp1621 auto pf = panda_file::OpenPandaFileFromSecureMemory(data_, dataSize_); in CreateJSPandaFile()
1631 auto pf = panda_file::OpenPandaFileFromSecureMemory(data, dataSize); in CreateJSPandaFile()