Home
last modified time | relevance | path

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

/tools/testing/selftests/drivers/sdsi/
A Dsdsi_test.py82 assert st.st_uid == 0
86 assert st.st_uid == 0
90 assert st.st_uid == 0
94 assert st.st_uid == 0
98 assert st.st_uid == 0
/tools/include/nolibc/sys/
A Dstat.h58 buf->st_uid = statx.stx_uid; in fstatat()
/tools/include/nolibc/
A Dtypes.h177 uid_t st_uid; /* user ID of owner */ member
/tools/perf/util/
A Ddata.c266 if (!data->force && st.st_uid && (st.st_uid != geteuid())) { in open_file_read()
A Dconfig.c593 if (st.st_uid && (st.st_uid != geteuid())) { in home_perfconfig()
/tools/thermal/tmon/
A Dtmon.c160 if (logstat.st_uid != getuid()) { in prepare_logging()
/tools/testing/selftests/net/rds/
A Dtest.py125 user = getpwuid(stat(pcap).st_uid).pw_name
/tools/testing/selftests/mount_setattr/
A Dmount_setattr_test.c1372 return st.st_uid == expected_uid && st.st_gid == expected_gid; in expected_uid_gid()

Completed in 85 milliseconds