Searched defs:st_uid (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/ |
D | StructStat.java | 39 public final int st_uid; /*uid_t*/ field in StructStat 86 public StructStat(long st_dev, long st_ino, int st_mode, long st_nlink, int st_uid, int st_gid, 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()
|
/frameworks/libs/binary_translation/kernel_api/riscv64/ |
D | guest_types.h | 82 uint32_t st_uid; member
|