/external/llvm/lib/Archive/ |
ArchiveReader.cpp | 232 member->info.user = atoi(Hdr->uid);
|
/external/valgrind/main/include/vki/ |
vki-arm-linux.h | 650 __vki_kernel_uid32_t uid; member in struct:vki_ipc64_perm
|
vki-ppc32-linux.h | 802 __vki_kernel_uid_t uid; member in struct:vki_ipc64_perm [all...] |
vki-ppc64-linux.h | 669 __vki_kernel_uid_t uid; member in struct:vki_ipc64_perm
|
vki-s390x-linux.h | 802 __vki_kernel_uid32_t uid; member in struct:vki_ipc64_perm
|
vki-x86-linux.h | 667 __vki_kernel_uid32_t uid; member in struct:vki_ipc64_perm
|
/external/zlib/contrib/untgz/ |
untgz.c | 72 char uid[8]; /* 108 */ member in struct:tar_header
|
/frameworks/av/media/libmediaplayerservice/ |
MediaPlayerService.h | 257 // how many streams are being played by one UID 364 uid_t uid);
|
/packages/apps/KeyChain/src/com/android/keychain/ |
KeyChainActivity.java | 106 mSender.getIntentSender().getTargetPackage(), 0).applicationInfo.uid;
|
/external/clang/www/demo/ |
index.cgi | 141 my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$locktime) =
|
/external/dbus/bus/ |
bus.c | 822 "Could not get UID and GID for username \"%s\"", 1174 unsigned long uid) 1177 uid); [all...] |
config-parser.c | 1517 dbus_uid_t uid; local [all...] |
/external/dropbear/ |
loginrec.c | 72 simple table of all users which we seek based on uid and retrieve a 282 li->uid = pw->pw_uid; [all...] |
/external/kernel-headers/original/linux/ |
sched.h | 527 struct key *uid_keyring; /* UID specific keyring */ 528 struct key *session_keyring; /* UID's default session keyring */ 533 uid_t uid; member in struct:user_struct 857 uid_t uid,euid,suid,fsuid; member in struct:task_struct [all...] |
/external/valgrind/main/coregrind/ |
m_libcfile.c | 257 (_p_vgstat)->uid = (UInt) ( (_p_vkistat)->st_uid ); \ 553 if (VG_(geteuid)() == st.uid) {
|
/external/webkit/Source/WebCore/inspector/front-end/ |
HeapSnapshot.js | 485 this.uid = profile.snapshot.uid; [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
ARTSPConnection.cpp | 44 ARTSPConnection::ARTSPConnection(bool uidValid, uid_t uid) 46 mUID(uid),
|
/frameworks/av/services/camera/libcameraservice/ |
CameraService.cpp | 260 const int uid = getCallingUid(); local 262 "can't use the camera pid=%d, uid=%d", pid, uid); [all...] |
/frameworks/base/core/java/android/accounts/ |
AccountManager.java | 196 * Authenticators using 'customTokens' option will also get the UID of the 205 * to the AccountAuthenticators. The uid of the caller will be known by the 207 * verify that the package is consistent with the uid (a uid might be shared by many 300 * and to have the same UID as the account's authenticator. 325 * and to have the same UID as the account's authenticator. 408 * Change whether or not an app (identified by its uid) is allowed to retrieve an authToken 414 * @param uid The uid that identifies the app which is being granted or revoked permission. 418 public void updateAppPermission(Account account, String authTokenType, int uid, boolean value) [all...] |
/frameworks/base/core/java/android/app/ |
LoadedApk.java | 121 mResDir = aInfo.uid == myUid ? aInfo.sourceDir 123 if (!UserId.isSameUser(aInfo.uid, myUid) && !Process.isIsolated()) { [all...] |
/packages/apps/Settings/src/com/android/settings/ |
AccessibilitySettings.java | 544 public void onPackageAdded(String packageName, int uid) { 562 public void onPackageRemoved(String packageName, int uid) { [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
tree-flow.h | 415 unsigned int uid; local 562 unsigned int uid; local [all...] |
gimple.h | 300 /* UID of this statement. This is used by passes that want to 303 unsigned uid; local [all...] |
/system/core/init/ |
init_parser.c | 767 case K_socket: {/* name type perm [ uid gid ] */ 787 si->uid = decode_uid(args[4]); 798 svc->uid = decode_uid(args[1]);
|
/external/yaffs2/yaffs2/ |
yaffs_guts.c | [all...] |