Searched refs:srcMainIndex (Results 1 – 1 of 1) sorted by relevance
123 const srcMainIndex: number = result[1].search(REG_SRC_MAIN); constant124 if (srcMainIndex !== -1) {125 relativePath = projectFilePath.substring(srcMainIndex).replace(REG_SRC_MAIN, '');