Home
last modified time | relevance | path

Searched refs:RAW_ARKUIX_PREFIX (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_path_helper.cpp717 if (StringHelper::StringStartWith(requestPath, RAW_ARKUIX_PREFIX)) { in TranstaleExpressionInput()
718 requestPath = StringHelper::Replace(requestPath, RAW_ARKUIX_PREFIX, REQUIRE_NAPI_OHOS_PREFIX); in TranstaleExpressionInput()
922 if (StringHelper::StringStartWith(requestPath, RAW_ARKUIX_PREFIX)) { in TranslateExpressionToNormalized()
923 return StringHelper::Replace(requestPath, RAW_ARKUIX_PREFIX, REQUIRE_NAPI_OHOS_PREFIX); in TranslateExpressionToNormalized()
H A Dmodule_path_helper.h84 static constexpr char RAW_ARKUIX_PREFIX[] = "@arkui-x."; member in panda::ecmascript::ModulePathHelper

Completed in 6 milliseconds