Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DharnessIO.ts74 const pathToFile = pathModule.join(folder, file); constant
75 const stat = fs.statSync(pathToFile);
77 paths = paths.concat(filesInFolder(pathToFile));
80 paths.push(pathToFile);