Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp33 constexpr char TS_SUFFIX[] = ".ts"; variable
359 judgePath = DEBUG_PATH + moduleName + ETS_PATH + pagePath + TS_SUFFIX; in GetCurrentSourceMap()
367 judgePath = NEW_PATH + pagePath + TS_SUFFIX; in GetCurrentSourceMap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp56 constexpr char TS_SUFFIX[] = ".ts"; variable
925 pagePath.substr(0, pagePath.size() - JS_FILE_EXTENSION_LENGTH) + TS_SUFFIX; in GetCurrentPageSourceMap()
934 … judgePath = NEW_PATH + pagePath.substr(0, pagePath.size() - JS_FILE_EXTENSION_LENGTH) + TS_SUFFIX; in GetCurrentPageSourceMap()