Home
last modified time | relevance | path

Searched refs:st_uid (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/android/system/
DStructStat.java39 public final int st_uid; /*uid_t*/ field in StructStat
77 public StructStat(long st_dev, long st_ino, int st_mode, long st_nlink, int st_uid, int st_gid, in StructStat() argument
84 this.st_uid = st_uid; in StructStat()
/libcore/dalvik/src/main/java/dalvik/system/
DDexFile.java140 if (Libcore.os.getuid() != Libcore.os.stat(parent).st_uid) { in DexFile()
/libcore/luni/src/main/native/
Dlibcore_io_Posix.cpp427 static_cast<jint>(sb.st_uid), static_cast<jint>(sb.st_gid), in makeStructStat()