Searched refs:getgid (Results 1 - 18 of 18) sorted by relevance
/test/xts/hats/kernel/syscalls/user/ |
H A D | UserApiTest.cpp | 68 gid_t gid = getgid(); in HWTEST_F() 314 gid_t gid = getgid(); in HWTEST_F() 321 gid_t newGid = getgid(); in HWTEST_F() 399 gid_t realGid = getgid(); in HWTEST_F() 409 gid_t newRealGid = getgid(); in HWTEST_F() 427 gid_t realGid = getgid(); in HWTEST_F() 440 gid_t newRealGid = getgid(); in HWTEST_F()
|
/test/xts/acts/kernel_lite/process_posix/src/ |
H A D | UidGidTest.cpp | 83 * @tc.name setgid and getgid basic test
89 gid_t gid = getgid();
in HWTEST_F() 96 gid = getgid();
in HWTEST_F() 105 gid = getgid();
in HWTEST_F() 115 gid = getgid();
in HWTEST_F() 125 gid_t gid = getgid();
in HWTEST_F() 134 gid = getgid();
in HWTEST_F() 244 gid_t gid = getgid();
in HWTEST_F() 253 gid = getgid();
in HWTEST_F() 539 gid_t gid = getgid();
in HWTEST_F() [all...] |
/test/xts/acts/kernel_lite/fs_posix/src/ |
H A D | FsStatTest.cpp | 83 EXPECT_EQ(buf.st_gid, getgid()) << "> The GIDs are different"; // giu
in HWTEST_F() 119 EXPECT_EQ(buf.st_gid, getgid()) << "> The GIDs are different"; // giu
in HWTEST_F() 153 EXPECT_EQ(buf.st_gid, getgid()) << "> The GIDs are different"; // giu
in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/getgid/ |
H A D | GetgidApiTest.cpp | 61 gid_t gid = getgid(); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/fchown/ |
H A D | FchownApiTest.cpp | 97 gid_t gid = getgid(); in HWTEST_F()
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/src/ |
H A D | dlp_link_file.cpp | 45 fileStat_.st_gid = getgid(); in DlpLinkFile()
|
H A D | fuse_daemon.cpp | 465 rootFileStat_.st_gid = getgid(); in InitRootFileStat()
|
/foundation/resourceschedule/ffrt/src/sync/ |
H A D | mutex_private.h | 48 int32_t gid = getgid(); in SendEvent()
|
/base/startup/init/interfaces/innerkits/fd_holder/ |
H A D | fd_holder_internal.c | 74 ucred->gid = getgid(); in BuildControlMessage()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | watchdog_task.cpp | 147 uint32_t gid = getgid(); in SendEvent()
|
/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | watchdog_task.cpp | 211 uint32_t gid = getgid(); in SendEvent() 263 uint32_t gid = getgid(); in SendXCollieEvent()
|
H A D | watchdog_inner.cpp | 895 uint32_t gid = getgid(); in SendFfrtEvent()
|
/base/msdp/device_status/utils/common/src/ |
H A D | utility.cpp | 205 gid_t gid = getgid(); in ShowUserAndGroup()
|
/base/security/selinux_adapter/framework/tools/param_check/ |
H A D | test.cpp | 216 info.uc.gid = getgid(); in TestWriteParameters()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_state_storage.cpp | 71 ServiceConstants::BUNDLE_MANAGER_SERVICE_PATH, mode, getuid(), getgid()); in HasBundleUserInfoJsonDb()
|
/test/xts/acts/kernel_lite/ipc_posix/shared_memory/ |
H A D | ShmTest.cpp | 338 LOG("> getgid = %d", getgid());
in HWTEST_F()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | unistdndk.cpp | 338 getInfo = getgid();
in GetGid() 1144 int getGId = getgid();
in Chown() 1992 gid_t group = getgid();
in Fchown() 2011 gid_t group = getgid();
in Fchownat()
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/ |
H A D | dlp_fuse_test.cpp | 210 "fd=%d,rootmode=40000,user_id=%u,group_id=%u", g_mountFd, getuid(), getgid()); in PrepareDlpFuseFsMount()
|
Completed in 15 milliseconds