Home
last modified time | relevance | path

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

1234567891011

/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/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/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/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_application_appManager.js21 uid: '[PC preview] unknow uid', property
26 uid: '[PC preview] unknow uid', property
Dohos_application_abilityManager.js22 uid: '[PC preview] unknow uid', property
37 uid: '[PC preview] unknow uid', property
/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/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()
Dlchown.c5 int lchown(const char *path, uid_t uid, gid_t gid) in lchown()
Dchown.c5 int chown(const char *path, uid_t uid, gid_t gid) in chown()
Dfchown.c6 int fchown(int fd, uid_t uid, gid_t gid) in fchown()
Dfchownat.c4 int fchownat(int fd, const char *path, uid_t uid, gid_t gid, int flag) in fchownat()
/third_party/e2fsprogs/contrib/android/
Ddac_config.cpp31 unsigned int uid; member
183 int uid = 0; in LoadDacConfig() local
202 unsigned* uid, unsigned* gid, unsigned* mode, in GetDacConfig()
/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/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/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/glib/glib/tests/
Dgetpwuid-preload.c33 getpwuid (uid_t uid) in getpwuid()
/third_party/ffmpeg/libavformat/
Dmxfdec.c108 UID uid; member
114 UID uid; member
125 UID uid; member
135 UID uid; member
144 UID uid; member
150 UID uid; member
158 UID uid; member
165 UID uid; member
183 UID uid; member
213 UID uid; member
[all …]
/third_party/flutter/engine/flutter/third_party/txt/src/log/
Dlog.cc21 int32_t uid, in __android_log_error_write()
/third_party/pulseaudio/src/daemon/
Dcaps.c49 uid_t uid; in pa_drop_root() local

1234567891011