Searched defs:relativeFilePath (Results 1 – 3 of 3) sorted by relevance
322 const relativeFilePath: string = filePath.replace(projectRootPath, ''); constant334 …const relativeFilePath: string = tempFilePath.substring(tempFilePath.indexOf(packageDir) + package… constant344 const relativeFilePath: string = filePath.replace(projectPath, ''); constant
116 for (auto relativeFilePath : relativeFilePaths) { in ParserFileSO() local
113 for (auto relativeFilePath : relativeFilePaths) { in ParserFileSO() local