Home
last modified time | relevance | path

Searched defs:gid (Results 1 - 25 of 298) sorted by relevance

12345678910>>...12

/third_party/musl/src/unistd/
H A Dsetgid.c5 int setgid(gid_t gid) in setgid() argument
H A Dchown.c5 int chown(const char *path, uid_t uid, gid_t gid) in chown() argument
H A Dlchown.c6 int lchown(const char *path, uid_t uid, gid_t gid) in lchown() argument
H A Dfchown.c6 int fchown(int fd, uid_t uid, gid_t gid) in fchown() argument
H A Dfchownat.c4 int fchownat(int fd, const char *path, uid_t uid, gid_t gid, int flag) in fchownat() argument
/third_party/musl/src/linux/
H A Dsetfsgid.c4 int setfsgid(gid_t gid) in setfsgid() argument
/third_party/musl/porting/liteos_a/user/src/unistd/
H A Dlchown.c6 int lchown(const char *path, uid_t uid, gid_t gid) in lchown() argument
/third_party/ltp/testcases/kernel/syscalls/setgid/
H A Dsetgid01.c17 static gid_t gid; variable
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dcompat_gid.h30 int GID_SIZE_CHECK(gid_t gid) in GID_SIZE_CHECK() argument
/third_party/pulseaudio/src/daemon/
H A Dcaps.c50 gid_t gid; in pa_drop_root() local
[all...]
/third_party/eudev/src/shared/
H A Dmkdir-label.c33 int mkdir_safe_label(const char *path, mode_t mode, uid_t uid, gid_t gid) { in mkdir_safe_label() argument
H A Ddev-setup.c34 int dev_setup(const char *prefix, uid_t uid, gid_t gid) { in dev_setup() argument
/third_party/musl/src/misc/
H A Dinitgroups.c5 int initgroups(const char *user, gid_t gid) in initgroups() argument
/third_party/ltp/testcases/kernel/syscalls/chown/
H A Dchown01.c20 static int uid, gid; variable
25 FILENAME, uid, gid); in run() local
/third_party/ltp/testcases/kernel/syscalls/setfsgid/
H A Dsetfsgid01.c33 gid_t gid; in run() local
39 TST_EXP_VAL(SETFSGID(nobody_gid), gid); in run() local
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dsyscall.c42 gid_t gid; in syscall_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dgetgid.c28 gid_t gid = getgid(); in getgid_0100() local
H A Dsetgid.c27 uid_t gid = 0; in setgid_0100() local
/third_party/skia/third_party/externals/freetype/tests/issue-1063/
H A Dmain.c37 FT_UInt gid = FT_Get_Char_Index( face, i ); in main() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Ddata_group_info.h31 int32_t gid = 0; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dfile_stat.h25 int32_t gid = -1; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dasset_loader_test.cpp34 std::string gid; in HWTEST_F() local
50 std::string gid; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H A DiAssetLoader.h31 virtual DBStatus Download(const std::string &tableName, const std::string &gid, const Type &prefix, in Download() argument
42 virtual DBStatus RemoveLocalAssets(const std::string &tableName, const std::string &gid, const Type &prefix, in RemoveLocalAssets() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dasset_loader.cpp18 Download( const std::string &tableName, const std::string &gid, const Value &prefix, VBucket &assets) Download() argument
24 RemoveLocalAssets( const std::string &tableName, const std::string &gid, const Value &prefix, VBucket &assets) RemoveLocalAssets() argument
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dipc.h4 gid_t gid; member

Completed in 4 milliseconds

12345678910>>...12