Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp917 std::vector<uint8_t> soureMapBuffer; in InitSourceMap() local
918 if (!GetFileBuffer(hqfFilePath, patchSoureMapFile, soureMapBuffer, false)) { in InitSourceMap()
922 std::string str(soureMapBuffer.begin(), soureMapBuffer.end()); in InitSourceMap()