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