Searched refs:devFor (Results 1 – 1 of 1) sorted by relevance
53 private static long devFor(UnixPath file) throws IOException { in devFor() method in UnixFileStore64 this.dev = devFor(file); in UnixFileStore()70 this.dev = (entry.dev() == 0L) ? devFor(this.file) : entry.dev(); in UnixFileStore()