Searched defs:lstat (Results 1 – 6 of 6) sorted by relevance
227 @Override public StructStat lstat(String path) throws ErrnoException { in lstat() method in BlockGuardOs
125 public StructStat lstat(String path) throws ErrnoException; in lstat() method
152 public StructStat lstat(String path) throws ErrnoException { return os.lstat(path); } in lstat() method in ForwardingOs
123 public native StructStat lstat(String path) throws ErrnoException; in lstat() method in Linux
297 static void lstat(UnixPath path, UnixFileAttributes attrs) throws UnixException { in lstat() method in UnixNativeDispatcher
362 …public static StructStat lstat(String path) throws ErrnoException { return Libcore.os.lstat(path);… in lstat() method in Os