Home
last modified time | relevance | path

Searched refs:StructStat (Results 1 – 11 of 11) 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.java170 …public static StructStat fstat(FileDescriptor fd) throws ErrnoException { return Libcore.os.fstat(… in fstat()
362 …public static StructStat lstat(String path) throws ErrnoException { return Libcore.os.lstat(path);… in lstat()
658 … public static StructStat stat(String path) throws ErrnoException { return Libcore.os.stat(path); } in stat()
/libcore/luni/src/main/java/libcore/io/
DOs.java32 import android.system.StructStat;
81 public StructStat fstat(FileDescriptor fd) throws ErrnoException; in fstat()
125 public StructStat lstat(String path) throws ErrnoException; in lstat()
188 public StructStat stat(String path) throws ErrnoException; in stat()
DIoUtils.java21 import android.system.StructStat;
326 final StructStat stat = Libcore.os.fstat(fd); in FileReader()
DBlockGuardOs.java27 import android.system.StructStat;
173 @Override public StructStat fstat(FileDescriptor fd) throws ErrnoException { in fstat()
227 @Override public StructStat lstat(String path) throws ErrnoException { in lstat()
388 @Override public StructStat stat(String path) throws ErrnoException { in stat()
DLinux.java32 import android.system.StructStat;
81 public native StructStat fstat(FileDescriptor fd) throws ErrnoException; in fstat()
123 public native StructStat lstat(String path) throws ErrnoException; in lstat()
260 public native StructStat stat(String path) throws ErrnoException; in stat()
DForwardingOs.java32 import android.system.StructStat;
106 public StructStat fstat(FileDescriptor fd) throws ErrnoException { return os.fstat(fd); } in fstat()
152 public StructStat lstat(String path) throws ErrnoException { return os.lstat(path); } in lstat()
221 public StructStat stat(String path) throws ErrnoException { return os.stat(path); } in stat()
/libcore/dalvik/src/main/java/dalvik/system/
DDexPathList.java21 import android.system.StructStat;
320 StructStat sb = Libcore.os.stat(path); in splitPaths()
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java26 import android.system.StructStat;
1273 StructStat structStat1 = Os.fstat(fos.getFD()); in test_fstat_times()
1280 StructStat structStat2 = Os.fstat(fos.getFD()); in test_fstat_times()
1535 StructStat stat = Os.fstat(fd); in testMemfdCreate()
/libcore/
Dnon_openjdk_java_files.bp150 "luni/src/main/java/android/system/StructStat.java",
/libcore/mmodules/core_platform_api/api/legacy_platform/
Dcurrent-api.txt940 method public android.system.StructStat stat(String) throws android.system.ErrnoException;