Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/
Dtest_wasm.cpp89 static void ReadBinaryFile(const char *path, std::vector<uint8_t> &buffer) in ReadBinaryFile() function
112 static void ReadBinaryFile(const std::string &path, std::vector<uint8_t> &buffer) in ReadBinaryFile() function
114 ReadBinaryFile(path.c_str(), buffer); in ReadBinaryFile()
140 ReadBinaryFile(path, buffer); in CompileWasmModule()
198 ReadBinaryFile(path, buffer); in WebAssemblyDemo()
236 ReadBinaryFile(wasmCachePath, cacheBuffer); in WebAssemblyDemo()
319 ReadBinaryFile(wasmFile, buffer);
321 ReadBinaryFile(cacheFile, cache);
378 ReadBinaryFile(path, buffer);
613 ReadBinaryFile(wasmPath + "reloc_info.wasm", buffer);
[all …]