Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/runner_runtime/
H A Djs_test_runner.cpp100 std::regex src_pattern(LOWERCASETESTRUNNER); in JsTestRunner() local
101 srcPath_ = std::regex_replace(srcPath_, src_pattern, CAPITALTESTRUNNER); in JsTestRunner()