Home
last modified time | relevance | path

Searched refs:sourceMapPath (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map.h68 const std::string& sourceMapPath, std::string& content)>;
80 static bool ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std::string& content);
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp511 bool SourceMap::ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std::string& content) in ReadSourceMapData() argument
515 return readSourceMapFunc_(hapPath, sourceMapPath, content); in ReadSourceMapData()
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h67 static bool ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std::string& content);
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp1335 bool JsRuntime::ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std::string& content) in ReadSourceMapData() argument
1351 if (!extractor->ExtractToBufByName(sourceMapPath, dataPtr, len)) { in ReadSourceMapData()
1353 std::string tempPath = std::regex_replace(sourceMapPath, std::regex("ets"), "assets/js"); in ReadSourceMapData()
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp858 std::string sourceMapPath = ""; in HWTEST_F() local
860 auto result = jsRuntime->ReadSourceMapData(hapPath, sourceMapPath, content); in HWTEST_F()

Completed in 8 milliseconds