Searched defs:lstat (Results 1 – 4 of 4) sorted by relevance
246 @Override public StructStat lstat(String path) throws ErrnoException { in lstat() method in BlockGuardOs
478 public StructStat lstat(String path) throws ErrnoException { return os.lstat(path); } in lstat() method in ForwardingOs
414 public StructStat lstat(String path) throws ErrnoException; in lstat() method
297 static void lstat(UnixPath path, UnixFileAttributes attrs) throws UnixException { in lstat() method in UnixNativeDispatcher