Home
last modified time | relevance | path

Searched refs:WriteBinaryFile (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.cpp117 static void WriteBinaryFile(const char *path, const uint8_t *data, size_t byteLength) in WriteBinaryFile() function
230 WriteBinaryFile(wasmCachePath.c_str(), cacheData, cacheLength); in WebAssemblyDemo()
315 WriteBinaryFile(cacheFile.c_str(), data, length);