| /third_party/node/test/parallel/ |
| D | test-trace-events-fs-async.js | 12 let uid = 1; variable 39 function chown({ uid, gid }) { property 72 function fchown({ uid, gid }) { property 133 function lchown({ uid, gid }) { property 272 tests.chown = wrapper(chown, { uid, gid }); property 276 tests.fchown = wrapper(fchown, { uid, gid }); property 283 tests.lchown = wrapper(lchown, { uid, gid }); property
|
| /third_party/node/test/async-hooks/ |
| D | init-hooks.js | 154 _getActivity(uid, hook) { argument 161 const stub = { uid, type: 'Unknown', handleIsObject: true, handle: {} }; property 176 _init(uid, type, triggerAsyncId, handle) { argument 178 uid, property 192 _before(uid) { argument 199 _after(uid) { argument 206 _destroy(uid) { argument 213 _promiseResolve(uid) { argument 220 _maybeLog(uid, type, name) { argument
|
| /third_party/node/deps/npm/node_modules/chownr/ |
| D | chownr.js | 15 const lchownSync = (path, uid, gid) => { argument 25 const chownSync = (path, uid, gid) => { argument 68 const chown = (cpath, uid, gid, cb) => { argument 99 const chownr = (p, uid, gid, cb) => { argument 127 const chownrKidSync = (p, child, uid, gid) => { argument 147 const chownrSync = (p, uid, gid) => { argument
|
| /third_party/mbedtls/library/ |
| D | psa_its_file.c | 62 static void psa_its_fill_filename(psa_storage_uid_t uid, char *filename) in psa_its_fill_filename() 74 static psa_status_t psa_its_read_file(psa_storage_uid_t uid, in psa_its_read_file() 107 psa_status_t psa_its_get_info(psa_storage_uid_t uid, in psa_its_get_info() 119 psa_status_t psa_its_get(psa_storage_uid_t uid, in psa_its_get() 175 psa_status_t psa_its_set(psa_storage_uid_t uid, in psa_its_set() 238 psa_status_t psa_its_remove(psa_storage_uid_t uid) in psa_its_remove()
|
| D | psa_crypto_se.c | 121 psa_storage_uid_t *uid) in psa_get_se_driver_its_file_uid() 141 psa_storage_uid_t uid; in psa_load_se_persistent_data() local 166 psa_storage_uid_t uid; in psa_save_se_persistent_data() local 184 psa_storage_uid_t uid; in psa_destroy_se_persistent_data() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/stat/ |
| D | fstatat.c | 41 uid_t uid = getuid(); in fstatat_0100() local 68 uid_t uid = getuid(); in fstatat_0200() local 97 uid_t uid = getuid(); in fstatat_0300() local 120 uid_t uid = getuid(); in fstatat_time64_0100() local
|
| /third_party/openssl/crypto/ffc/ |
| D | ffc_dh.c | 32 # define RFC5114(name, uid, sz, tag) { \ argument 44 # define RFC5114(name, uid, sz, tag) { name, uid } argument 50 int uid; member 101 const DH_NAMED_GROUP *ossl_ffc_uid_to_dh_named_group(int uid) in ossl_ffc_uid_to_dh_named_group()
|
| /third_party/node/deps/openssl/openssl/crypto/ffc/ |
| D | ffc_dh.c | 32 # define RFC5114(name, uid, sz, tag) { \ argument 44 # define RFC5114(name, uid, sz, tag) { name, uid } argument 50 int uid; member 101 const DH_NAMED_GROUP *ossl_ffc_uid_to_dh_named_group(int uid) in ossl_ffc_uid_to_dh_named_group()
|
| /third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
| D | setreuid.c | 37 uid_t uid = getuid(); in setreuid_0100() local 67 uid_t uid = getuid(); in setreuid_0200() local
|
| /third_party/musl/src/passwd/ |
| D | getpw_r.c | 6 static int getpw_r(const char *name, uid_t uid, struct passwd *pw, char *buf, size_t size, struct p… in getpw_r() 39 int getpwuid_r(uid_t uid, struct passwd *pw, char *buf, size_t size, struct passwd **res) in getpwuid_r()
|
| /third_party/ltp/include/lapi/ |
| D | ipcbuf.h | 27 __kernel_uid_t uid; member 57 __kernel_uid_t uid; member 85 __kernel_uid32_t uid; member 117 __kernel_uid32_t uid; member 148 __kernel_uid32_t uid; member 178 __kernel_uid32_t uid; member
|
| /third_party/ltp/testcases/kernel/syscalls/utils/ |
| D | compat_tst_16.h | 57 #define UID16_CHECK(uid, sys_name) ({ \ argument 82 int SETUID(UID_T uid) in SETUID() 112 int SETFSUID(UID_T uid) in SETFSUID()
|
| /third_party/node/deps/undici/src/lib/websocket/ |
| D | constants.js | 7 const uid = '258EAFA5-E914-47DA-95CA-C5AB0DC85B11' constant 44 uid, property
|
| /third_party/musl/src/unistd/ |
| D | setuid.c | 5 int setuid(uid_t uid) in setuid()
|
| D | lchown.c | 6 int lchown(const char *path, uid_t uid, gid_t gid) in lchown()
|
| D | chown.c | 5 int chown(const char *path, uid_t uid, gid_t gid) in chown()
|
| /third_party/musl/src/linux/ |
| D | setfsuid.c | 4 int setfsuid(uid_t uid) in setfsuid()
|
| /third_party/ltp/testcases/kernel/syscalls/geteuid/ |
| D | geteuid02.c | 19 long uid[4]; in verify_geteuid() local
|
| /third_party/ltp/testcases/kernel/syscalls/setuid/ |
| D | setuid01.c | 22 uid_t uid; in verify_setuid() local
|
| /third_party/ltp/testcases/kernel/syscalls/getuid/ |
| D | getuid03.c | 18 long uid; in verify_getuid() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/process/ |
| D | fexecverely.c | 21 uid_t uid = getuid(); in main() local
|
| /third_party/musl/porting/liteos_a/user/src/unistd/ |
| D | lchown.c | 6 int lchown(const char *path, uid_t uid, gid_t gid) in lchown()
|
| /third_party/node/deps/npm/node_modules/write-file-atomic/lib/ |
| D | index.js | 104 options.chown = { uid: stats.uid, gid: stats.gid } property 203 options.chown = { uid: stats.uid, gid: stats.gid } property
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/application/ |
| D | ProcessRunningInfo.js | 20 uid: "[PC Preview] unknow uid", property
|
| /third_party/ltp/testcases/kernel/syscalls/getgid/ |
| D | getgid03.c | 22 uid_t uid; in run() local
|