Searched refs:judgePath (Results 1 – 2 of 2) sorted by relevance
357 std::string judgePath = ""; in GetCurrentSourceMap() local359 judgePath = DEBUG_PATH + moduleName + ETS_PATH + pagePath + TS_SUFFIX; in GetCurrentSourceMap()361 judgePath = moduleName + ETS_PATH + pagePath + ETS_SUFFIX; in GetCurrentSourceMap()367 judgePath = NEW_PATH + pagePath + TS_SUFFIX; in GetCurrentSourceMap()369 auto jsonPage = jsonPages->GetValue(judgePath)->ToString(); in GetCurrentSourceMap()
922 std::string judgePath = ""; in GetCurrentPageSourceMap() local924 judgePath = DEBUG_PATH + moduleName + ETS_PATH + in GetCurrentPageSourceMap()927 judgePath = moduleName + ETS_PATH + in GetCurrentPageSourceMap()934 … judgePath = NEW_PATH + pagePath.substr(0, pagePath.size() - JS_FILE_EXTENSION_LENGTH) + TS_SUFFIX; in GetCurrentPageSourceMap()936 auto jsonPage = jsonPages->GetValue(judgePath)->ToString(); in GetCurrentPageSourceMap()