Home
last modified time | relevance | path

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

/third_party/typescript/src/loggedIO/
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));
/third_party/typescript/src/harness/
DharnessIO.ts684 const isDupe = dupeCase.has(sanitizeTestFilePath(inputFile.unitName));
973 resultName = sanitizeTestFilePath(resultName);
986 export function sanitizeTestFilePath(name: string) { function