Searched refs:st_uid (Results 1 – 3 of 3) sorted by relevance
39 public final int st_uid; /*uid_t*/ field in StructStat77 public StructStat(long st_dev, long st_ino, int st_mode, long st_nlink, int st_uid, int st_gid, in StructStat() argument84 this.st_uid = st_uid; in StructStat()
140 if (Libcore.os.getuid() != Libcore.os.stat(parent).st_uid) { in DexFile()
427 static_cast<jint>(sb.st_uid), static_cast<jint>(sb.st_gid), in makeStructStat()