Home
last modified time | relevance | path

Searched refs:grp (Results 1 - 5 of 5) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dgrpndk.cpp19 #include <grp.h>
44 struct group *grp; in GetGrNamR() local
47 int getInfo = getgrnam_r(groupName, &grpStorage, buf, sizeof(buf), &grp); in GetGrNamR()
120 struct group *grp = getgrgid(gid); in Getgrgid() local
122 if (grp) { in Getgrgid()
134 struct group *grp; in Getgrgid_r() local
137 int resultValue = getgrgid_r(gid, &grpStorage, buf, sizeof(buf), &grp); in Getgrgid_r()
146 struct group *grp = getgrnam(groupName); in Getgrnam() local
149 if (grp) { in Getgrnam()
161 struct group *grp in Getgrent() local
[all...]
H A Dgrp1ndk.cpp18 #include <grp.h>
43 struct group grp; in GetGrNamR() local
45 int ret = getgrnam_r("invalid_name", &grp, buf, sizeof(buf), &grpResult); in GetGrNamR()
74 struct group *grp = getgrgid(gid); in Getgrgid() local
76 if (grp == nullptr) { in Getgrgid()
88 struct group grp; in Getgrgid_r() local
90 int ret = getgrgid_r(gid, &grp, buf, sizeof(buf), &grpResult); in Getgrgid_r()
103 struct group *grp = getgrnam("invalid_name"); in Getgrnam() local
105 if (grp == nullptr) { in Getgrnam()
/test/testfwk/arkxtest/uitest/cj/
H A Duitest_ffi.cpp19 #include <grp.h>
/test/xts/acts/kernel_lite/io_posix/src/
H A DIoTestOther.cpp18 #include <grp.h>
/test/xts/hats/kernel/accesstokenid/
H A Daccesstokenid_test.cpp31 #include <grp.h>

Completed in 3 milliseconds