Searched refs:fsInfo (Results 1 - 3 of 3) sorted by relevance

/openjdk10/langtools/test/tools/javac/file/
H A DT7018098.java108 FSInfo fsInfo = context.get(FSInfo.class);
113 checkEqual("cache result", fsInfo.isDirectory(testDir.toPath()), expect);
114 initialFSInfo = fsInfo;
116 checkEqual("fsInfo", fsInfo, initialFSInfo);
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DLocations.java126 private FSInfo fsInfo; field in class:Locations
173 void update(Log log, boolean warn, FSInfo fsInfo) { argument
176 this.fsInfo = fsInfo;
240 if (file.getFileSystem().provider() == fsInfo.getJarFSProvider()) {
359 if (!fsInfo.exists(file)) {
369 Path canonFile = fsInfo.getCanonicalFile(file);
375 if (fsInfo.isFile(file)) {
397 if (fsInfo.getJarFSProvider() == null) {
410 if (expandJarClassPaths && fsInfo
[all...]
H A DJavacFileManager.java109 private FSInfo fsInfo; field in class:JavacFileManager
161 fsInfo = FSInfo.instance(context);
292 if (fsInfo.isFile(path) && path.equals(Locations.thisSystemModules)) {
297 Path realPath = fsInfo.getCanonicalFile(path);
496 fsInfo.getCanonicalFile(f), f);
516 FileSystemProvider jarFSProvider = fsInfo.getJarFSProvider();
851 Path real = fsInfo.getCanonicalFile(p);
870 Path path = fileName.resolveAgainst(fsInfo.getCanonicalFile(dir));
890 fsInfo.getCanonicalFile(p), p));
906 fsInfo
[all...]

Completed in 52 milliseconds