Home
last modified time | relevance | path

Searched refs:StructStat (Results 1 – 12 of 12) sorted by relevance

/libcore/luni/src/main/java/android/system/
DStructStat.java25 public final class StructStat { class
86 public StructStat(long st_dev, long st_ino, int st_mode, long st_nlink, int st_uid, int st_gid, in StructStat() method in StructStat
97 public StructStat(long st_dev, long st_ino, int st_mode, long st_nlink, int st_uid, int st_gid, in StructStat() method in StructStat
DOs.java192 …public static StructStat fstat(FileDescriptor fd) throws ErrnoException { return Libcore.os.fstat(… in fstat()
444 …public static StructStat lstat(String path) throws ErrnoException { return Libcore.os.lstat(path);… in lstat()
904 … public static StructStat stat(String path) throws ErrnoException { return Libcore.os.stat(path); } in stat()
/libcore/luni/src/main/java/libcore/io/
DOs.java35 import android.system.StructStat;
201 public StructStat fstat(FileDescriptor fd) throws ErrnoException; in fstat()
413 public StructStat lstat(String path) throws ErrnoException; in lstat()
702 public StructStat stat(String path) throws ErrnoException; in stat()
DIoUtils.java24 import android.system.StructStat;
385 final StructStat stat = Libcore.os.fstat(fd); in FileReader()
DLinux.java33 import android.system.StructStat;
82 public native StructStat fstat(FileDescriptor fd) throws ErrnoException; in fstat()
124 public native StructStat lstat(String path) throws ErrnoException; in lstat()
263 public native StructStat stat(String path) throws ErrnoException; in stat()
DBlockGuardOs.java28 import android.system.StructStat;
193 @Override public StructStat fstat(FileDescriptor fd) throws ErrnoException { in fstat()
247 @Override public StructStat lstat(String path) throws ErrnoException { in lstat()
418 @Override public StructStat stat(String path) throws ErrnoException { in stat()
DForwardingOs.java35 import android.system.StructStat;
261 public StructStat fstat(FileDescriptor fd) throws ErrnoException { return os.fstat(fd); } in fstat()
475 public StructStat lstat(String path) throws ErrnoException { return os.lstat(path); } in lstat()
846 …public @Nullable StructStat stat(@Nullable String path) throws ErrnoException { return os.stat(pat… in stat()
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java28 import android.system.StructStat;
1772 StructStat structStat1 = Os.fstat(fos.getFD());
1779 StructStat structStat2 = Os.fstat(fos.getFD());
1789 StructStat structStat1 = new StructStat(/*st_dev*/ 0L, /*st_ino*/ 0L, /*st_mode*/ 0,
1793 StructStat structStat2 = new StructStat(/*st_dev*/ 0L, /*st_ino*/ 0L, /*st_mode*/ 0,
2089 StructStat stat = Os.fstat(fd);
2339 private static void assertStructStatsEqual(StructStat expected, StructStat actual) {
/libcore/dalvik/src/main/java/dalvik/system/
DDexPathList.java21 import android.system.StructStat;
319 StructStat sb = Libcore.os.stat(path); in splitPaths()
/libcore/
Dnon_openjdk_java_files.bp162 "luni/src/main/java/android/system/StructStat.java",
/libcore/api/
Dmodule-lib-current.txt606 …method @Nullable public android.system.StructStat stat(@Nullable String) throws android.system.Err…
Dcurrent.txt56 …method public static android.system.StructStat fstat(java.io.FileDescriptor) throws android.system…
83 … method public static android.system.StructStat lstat(String) throws android.system.ErrnoException;
129 … method public static android.system.StructStat stat(String) throws android.system.ErrnoException;
697 public final class StructStat {
698 … ctor public StructStat(long, long, int, long, int, int, long, long, long, long, long, long, long);
699 …ctor public StructStat(long, long, int, long, int, int, long, long, android.system.StructTimespec,…