Searched defs:uid (Results 1 - 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
H A DStubFunctions.c23 getpwuid (uid_t uid) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dpwdmodule.c41 The uid and gid items are integers, all others are strings. An\n\
98 "getpwuid(uid) -> (pw_name,pw_passwd,pw_uid,\n\
106 unsigned int uid; local
108 if (!PyArg_ParseTuple(args, "I:getpwuid", &uid))
110 if ((p = getpwuid(uid)) == NULL) {
112 "getpwuid(): uid not found: %d", uid);
H A Dposixmodule.c1096 (mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime)\n\
1510 Use the real uid/gid to test for access to a path. Note that most\n\
1511 operations will use the effective uid/gid, therefore this routine can\n\
1881 "chown(path, uid, gid)\n\n\
1882 Change the owner and group id of path to the numeric uid and gid.");
1888 long uid, gid; local
1892 &uid, &gid))
1895 res = chown(path, (uid_t) uid, (gid_t) gid);
1907 "fchown(fd, uid, gid)\n\n\
1909 fd to the numeric uid an
1915 long uid, gid; local
1938 long uid, gid; local
5704 uid_t uid; local
[all...]
/device/google/dragon/crash_collector/
H A Dcrash_collector.cc127 const std::string& uid,
145 content += "\"uid\":" + uid;
188 const uid_t uid = std::stoi(uid_string); local
189 const uid_t appid = uid % AID_USER;
123 WriteMetadata(ssize_t result_coredump_size, size_t coredump_size_limit, size_t expected_coredump_size, const std::string& pid, const std::string& uid, const std::string& gid, const std::string& signal, const std::string& username, const std::string& exec_name, const std::string& filename) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dimaplib.py743 def uid(self, command, *args): member in class:IMAP4
747 (typ, [data]) = <instance>.uid(command, arg1, arg2, ...)
1463 ('uid', ('SEARCH', 'ALL')),
1499 if (cmd,args) != ('uid', ('SEARCH', 'ALL')):
1502 uid = dat[-1].split()
1503 if not uid: continue
1504 run('uid', ('FETCH', '%s' % uid[-1],
/device/huawei/angler/kernel-headers/linux/
H A Dfuse.h41 uint32_t uid; member in struct:fuse_attr
279 uint32_t uid; member in struct:fuse_setattr_in
502 uint32_t uid; member in struct:fuse_in_header
/device/huawei/angler/original-kernel-headers/linux/
H A Dfuse.h154 uint32_t uid; member in struct:fuse_attr
450 uint32_t uid; member in struct:fuse_setattr_in
663 uint32_t uid; member in struct:fuse_in_header
/device/lge/bullhead/kernel-headers/linux/
H A Dfuse.h41 uint32_t uid; member in struct:fuse_attr
279 uint32_t uid; member in struct:fuse_setattr_in
502 uint32_t uid; member in struct:fuse_in_header
/device/lge/bullhead/original-kernel-headers/linux/
H A Dfuse.h154 uint32_t uid; member in struct:fuse_attr
450 uint32_t uid; member in struct:fuse_setattr_in
663 uint32_t uid; member in struct:fuse_in_header
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
H A Dedk2module.c291 (mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime)\n\
595 Use the real uid/gid to test for access to a path. Note that most\n\
596 operations will use the effective uid/gid, therefore this routine can\n\
807 "chown(path, uid, gid)\n\n\
808 Change the owner and group id of path to the numeric uid and gid.");
814 long uid, gid; local
818 &uid, &gid))
821 res = chown(path, (uid_t) uid, (gid_t) gid);
833 "fchown(fd, uid, gid)\n\n\
835 fd to the numeric uid an
841 long uid, gid; local
864 long uid, gid; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
H A Dedk2module.c290 (mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime)\n\
594 Use the real uid/gid to test for access to a path. Note that most\n\
595 operations will use the effective uid/gid, therefore this routine can\n\
806 "chown(path, uid, gid)\n\n\
807 Change the owner and group id of path to the numeric uid and gid.");
813 long uid, gid; local
817 &uid, &gid))
820 res = chown(path, (uid_t) uid, (gid_t) gid);
832 "fchown(fd, uid, gid)\n\n\
834 fd to the numeric uid an
840 long uid, gid; local
863 long uid, gid; local
4114 uid_t uid; local
[all...]

Completed in 245 milliseconds