Searched refs:sanitizeTestFilePath (Results 1 – 2 of 2) sorted by relevance
157 function sanitizeTestFilePath(name: string) { function169 … file.contentsPath = ts.combinePaths("appended", sanitizeTestFilePath(file.path));178 file.contentsPath = ts.combinePaths("written", sanitizeTestFilePath(file.path));189 result.contentsPath = ts.combinePaths("read", sanitizeTestFilePath(file.path));
678 const isDupe = dupeCase.has(sanitizeTestFilePath(inputFile.unitName));974 resultName = sanitizeTestFilePath(resultName);987 export function sanitizeTestFilePath(name: string) { function