Searched refs:shouldOpenWithFuse (Results 1 – 2 of 2) sorted by relevance
147 public boolean shouldOpenWithFuse(String path, boolean readLock, int fd) { in shouldOpenWithFuse() method in FuseDaemon
7585 boolean shouldOpenWithFuse = daemon != null7586 && daemon.shouldOpenWithFuse(filePath, true /* forRead */,7589 if (shouldOpenWithFuse) {