Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/utils/vscode/src/
H A DmlirContext.ts333 let foundUris = await vscode.workspace.findFiles(filePattern, null, 1); variable
334 if (foundUris.length === 0) {
340 return foundUris[0].fsPath;