Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp30 constexpr char ETS_PATH[] = "/src/main/ets/"; variable
359 judgePath = DEBUG_PATH + moduleName + ETS_PATH + pagePath + TS_SUFFIX; in GetCurrentSourceMap()
361 judgePath = moduleName + ETS_PATH + pagePath + ETS_SUFFIX; in GetCurrentSourceMap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp53 constexpr char ETS_PATH[] = "/src/main/ets/"; variable
924 judgePath = DEBUG_PATH + moduleName + ETS_PATH + in GetCurrentPageSourceMap()
927 judgePath = moduleName + ETS_PATH + in GetCurrentPageSourceMap()