/frameworks/base/services/java/com/android/server/pm/ |
PackageManagerService.java | 339 // These are the built-in uid -> permission mappings that were read from the 1592 int uid = Process.getUidForName(uidStr); local 3629 final int uid = Binder.getCallingUid(); local 5844 int uid = intent.getIntExtra(Intent.EXTRA_UID, -1); local 6072 final int uid = Binder.getCallingUid(); local 6115 final int uid = Binder.getCallingUid(); local 6407 final int uid = Binder.getCallingUid(); local 7112 int uid; field in class:PackageManagerService.MoveParams 8030 int uid; field in class:PackageManagerService.PackageInstalledInfo 8620 final int uid = Binder.getCallingUid(); local 8745 int uid = -1; field in class:PackageManagerService.PackageRemovedInfo 9500 final int uid = Binder.getCallingUid(); local 9629 final int uid = Binder.getCallingUid(); local 9761 final int uid = Binder.getCallingUid(); local 9785 int uid = Binder.getCallingUid(); local 9796 int uid = Binder.getCallingUid(); local 10380 final int uid = ps.appId; local [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ActivityManagerService.java | 635 public int uid; field in class:ActivityManagerService.Identity 639 uid = _uid; 822 int uid; field in class:ActivityManagerService.ProcessChangeItem 2140 int uid = app.uid; local 3507 int uid = Binder.getCallingUid(); local 3713 final int uid = Binder.getCallingUid(); local 4091 final int uid = app.uid; local 4677 int uid = AppGlobals.getPackageManager() local 4771 int uid = AppGlobals.getPackageManager() local 7062 int uid = info.uid; local 7704 int uid = rec.uid == MY_UID ? Process.SYSTEM_UID : rec.uid; local 10147 int uid = mGrantedUriPermissions.keyAt(i); local 11953 final int uid = intentExtras != null local [all...] |
/system/core/init/ |
devices.c | 74 unsigned int uid; member in struct:perms_ 96 mode_t perm, unsigned int uid, unsigned int gid, 113 node->dp.uid = uid; 148 INFO("fixup %s %d %d 0%o\n", buf, dp->uid, dp->gid, dp->perm); 149 chown(buf, dp->uid, dp->gid); 154 static mode_t get_device_perm(const char *path, unsigned *uid, unsigned *gid) 175 *uid = dp->uid; 180 *uid = 0 189 unsigned uid; local [all...] |
/cts/apps/CtsVerifier/jni/verifier/ |
com_android_cts_verifier_os_FileUtils.cpp | 78 jint uid) 80 struct passwd *pwd = getpwuid(uid); 109 gFileStatusUidFieldID = env->GetFieldID(fileStatusClass, "uid", "I");
|
/cts/tests/jni/ |
android_os_cts_FileUtils.cpp | 80 jint uid) 82 struct passwd *pwd = getpwuid(uid); 131 gFileStatusUidFieldID = env->GetFieldID(gFileStatusClass, "uid", "I");
|
/cts/tests/tests/permission/jni/ |
android_permission_cts_FileUtils.cpp | 77 jint uid) 79 struct passwd *pwd = getpwuid(uid); 108 gFileStatusUidFieldID = env->GetFieldID(fileStatusClass, "uid", "I");
|
/external/chromium/chrome/browser/extensions/ |
extension_menu_manager.h | 39 Id(Profile* profile, const std::string& extension_id, int uid); 48 int uid; member in struct:ExtensionMenuItem::Id
|
/external/chromium/net/http/ |
http_proxy_client_socket_pool.h | 72 // Gets the UID of the calling process 73 bool getUID(uid_t *uid) const; 74 void setUID(uid_t uid);
|
/external/chromium/net/socket/ |
socks_client_socket_pool.h | 41 // Gets the UID of the calling process 42 bool getUID(uid_t *uid) const; 43 void setUID(uid_t uid);
|
tcp_client_socket_pool.h | 43 // Gets the UID of the calling process 44 bool getUID(uid_t *uid) const; 45 void setUID(uid_t uid);
|
transport_client_socket_pool.h | 37 // Gets the UID of the calling process 38 bool getUID(uid_t *uid) const; 39 void setUID(uid_t uid); 52 // Gets the UID of the calling process
|
/external/chromium/net/url_request/ |
url_request_context.h | 192 // Gets the UID of the calling process 193 bool getUID(uid_t *uid) const; 194 void setUID(uid_t uid);
|
/external/iptables/extensions/ |
libxt_owner.c | 30 uid_t uid; member in struct:ipt_owner_info 39 uid_t uid; member in struct:ip6t_owner_info 49 * UID/GID value anyway. 65 "[!] --uid-owner userid Match local UID\n" 77 "[!] --uid-owner userid Match local UID\n" 88 "[!] --uid-owner userid[-userid] Match local UID\n" 95 {.name = "uid-owner", .id = O_USER, .type = XTTYPE_STRING [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
PipelinedMsgParser.java | 87 private static int uid = 0; field in class:PipelinedMsgParser 90 return uid++;
|
/external/v8/include/ |
v8-profiler.h | 103 /** Returns function entry UID. */ 123 /** Returns CPU profile UID (assigned by the profiler.) */ 138 * Profiles with the same uid but obtained using different 172 /** Returns a profile by uid. */ 174 unsigned uid, 331 /** Returns heap snapshot UID (assigned by the profiler.) */ 367 * snapshot: {title: "...", uid: nnn}, 404 /** Returns a profile by uid. */ 405 static const HeapSnapshot* FindSnapshot(unsigned uid);
|
/external/v8/src/ |
heap-profiler.cc | 154 HeapSnapshot* HeapProfiler::FindSnapshot(unsigned uid) { 157 return profiler->snapshots_->GetSnapshot(uid);
|
/frameworks/av/media/libmediaplayerservice/ |
StagefrightPlayer.cpp | 50 status_t StagefrightPlayer::setUID(uid_t uid) { 51 mPlayer->setUID(uid);
|
/frameworks/av/media/libstagefright/ |
WVMExtractor.cpp | 148 void WVMExtractor::setUID(uid_t uid) { 150 mImpl->setUID(uid);
|
/frameworks/av/media/libstagefright/chromium_http/ |
support.h | 105 // Gets the UID of the calling process 106 bool getUID(uid_t *uid) const; 108 void setUID(uid_t uid);
|
/frameworks/base/core/java/android/content/pm/ |
IPackageManager.aidl | 83 int checkUidPermission(String permName, int uid); 99 String[] getPackagesForUid(int uid); 101 String getNameForUid(int uid); 171 String processName, int uid, int flags);
|
VerificationParams.java | 30 /** A constant used to indicate that a uid value is not present. */ 45 /** UID of the application that the install request originated from. */ 48 /** UID of application requesting the install */ 66 * @param originatingUid UID of the application that the install request originated 107 public void setInstallerUid(int uid) { 108 mInstallerUid = uid;
|
/frameworks/base/test-runner/src/android/test/ |
IsolatedContext.java | 107 int uid, int modeFlags) { 112 public int checkUriPermission(Uri uri, int pid, int uid, int modeFlags) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
key_prot.x | 131 u_int uid; 200 * Get me the uid, gid and group-access-list associated 242 * Get me the uid, gid and group-access-list associated
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
key_prot.x | 131 u_int uid; 200 * Get me the uid, gid and group-access-list associated 242 * Get me the uid, gid and group-access-list associated
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
key_prot.x | 131 u_int uid; 200 * Get me the uid, gid and group-access-list associated 242 * Get me the uid, gid and group-access-list associated
|