Home
last modified time | relevance | path

Searched defs:uid (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/third_party/node/test/async-hooks/
Dinit-hooks.js154 _getActivity(uid, hook) { argument
161 const stub = { uid, type: 'Unknown', handleIsObject: true, handle: {} }; property
179 _init(uid, type, triggerAsyncId, handle) { argument
181 uid, property
195 _before(uid) { argument
202 _after(uid) { argument
209 _destroy(uid) { argument
216 _promiseResolve(uid) { argument
223 _maybeLog(uid, type, name) { argument
/third_party/node/deps/npm/node_modules/chownr/
Dchownr.js15 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/node/deps/npm/test/tap/
Dcorrect-mkdir.js17 uid: +process.getuid() + 1, property
31 var mock_chownr = function (path, uid, gid, cb) { argument
77 var mock_chownr = function (path, uid, gid, cb) { argument
108 uid: 0, property
117 var mock_chownr = function (path, uid, gid, cb) { argument
143 uid: 0, property
152 var mock_chownr = function (path, uid, gid, cb) { argument
/third_party/mbedtls/library/
Dpsa_its_file.c79 static void psa_its_fill_filename( psa_storage_uid_t uid, char *filename ) in psa_its_fill_filename()
91 static psa_status_t psa_its_read_file( psa_storage_uid_t uid, in psa_its_read_file()
123 psa_status_t psa_its_get_info( psa_storage_uid_t uid, in psa_its_get_info()
134 psa_status_t psa_its_get( psa_storage_uid_t uid, in psa_its_get()
182 psa_status_t psa_its_set( psa_storage_uid_t uid, in psa_its_set()
235 psa_status_t psa_its_remove( psa_storage_uid_t uid ) in psa_its_remove()
Dpsa_crypto_se.c126 psa_storage_uid_t *uid ) in psa_get_se_driver_its_file_uid()
146 psa_storage_uid_t uid; in psa_load_se_persistent_data() local
170 psa_storage_uid_t uid; in psa_save_se_persistent_data() local
187 psa_storage_uid_t uid; in psa_destroy_se_persistent_data() local
/third_party/musl/libc-test/src/functionalext/supplement/stat/
Dfstatat.c41 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/node/deps/npm/node_modules/gentle-fs/lib/
Dchown.js9 uid: process.getuid && process.getuid(), property
13 module.exports = (path, uid, gid, cb) => { argument
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/test/
Dchown.js12 var stream = writeStream(target, {chown: {uid: process.getuid(), gid: process.getgid()}}) property
26 fs.chown = function (file, uid, gid, cb) { argument
29 var stream = writeStream(target, {chown: {uid: process.getuid(), gid: process.getgid()}}) property
/third_party/openssl/crypto/ffc/
Dffc_dh.c32 # 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/
Dsetreuid.c37 uid_t uid = getuid(); in setreuid_0100() local
67 uid_t uid = getuid(); in setreuid_0200() local
/third_party/node/deps/npm/node_modules/infer-owner/
Dindex.js16 cache.set(path, { uid, gid }) property
44 cache.set(path, { uid, gid }) property
/third_party/musl/src/passwd/
Dgetpw_r.c6 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/
Dipcbuf.h27 __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/node/deps/npm/node_modules/pacote/
Dextract.js40 return inferOwner(dest).then(({ uid, gid }) => { property
41 opts = opts.concat({ uid, gid }) property
/third_party/ltp/testcases/kernel/syscalls/utils/
Dcompat_tst_16.h57 #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/ltp/lib/
Dtst_pid.c69 static int read_session_pids_limit(const char *path_fmt, int uid, in read_session_pids_limit()
99 int max_pids, uid; in get_session_pids_limit() local
/third_party/ffmpeg/libavformat/
Dmxfdec.c110 UID uid; member
116 UID uid; member
127 UID uid; member
137 UID uid; member
146 UID uid; member
152 UID uid; member
160 UID uid; member
167 UID uid; member
185 UID uid; member
224 UID uid; member
[all …]
/third_party/node/deps/npm/node_modules/cacache/lib/util/
Dfix-owner.js12 const self = { uid: null, gid: null } property
17 process.setuid = (uid) => { argument
/third_party/musl/src/linux/
Dsetfsuid.c4 int setfsuid(uid_t uid) in setfsuid()
/third_party/musl/src/unistd/
Dsetuid.c5 int setuid(uid_t uid) in setuid()
Dchown.c5 int chown(const char *path, uid_t uid, gid_t gid) in chown()
/third_party/musl/porting/liteos_a/user/src/unistd/
Dlchown.c6 int lchown(const char *path, uid_t uid, gid_t gid) in lchown()
/third_party/ltp/testcases/kernel/syscalls/setuid/
Dsetuid01.c20 uid_t uid; in verify_setuid() local
/third_party/musl/libc-test/src/functionalext/supplement/process/
Dfexecverely.c21 uid_t uid = getuid(); in main() local
/third_party/ltp/testcases/kernel/syscalls/getuid/
Dgetuid03.c18 long uid; in verify_getuid() local

12345678910>>...13