Home
last modified time | relevance | path

Searched refs:sanitizeTestFilePath (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/harness/
DloggedIO.ts157 function sanitizeTestFilePath(name: string) { function
169 … 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));
DharnessIO.ts678 const isDupe = dupeCase.has(sanitizeTestFilePath(inputFile.unitName));
974 resultName = sanitizeTestFilePath(resultName);
987 export function sanitizeTestFilePath(name: string) { function