Searched refs:TS_SUFFIX (Results 1 – 2 of 2) sorted by relevance
33 constexpr char TS_SUFFIX[] = ".ts"; variable359 judgePath = DEBUG_PATH + moduleName + ETS_PATH + pagePath + TS_SUFFIX; in GetCurrentSourceMap()367 judgePath = NEW_PATH + pagePath + TS_SUFFIX; in GetCurrentSourceMap()
56 constexpr char TS_SUFFIX[] = ".ts"; variable925 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()