HomeSort by relevance Sort by last modified time
    Searched refs:uid (Results 676 - 700 of 839) sorted by null

<<21222324252627282930>>

  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 133 client_context_t uid; // For shared connection requests, each subordinate DNSServiceRef has its own ID, member in struct:_DNSServiceRef_t
358 hdr->client_context = ref->uid;
465 sdr->uid.u32[0] = 0;
466 sdr->uid.u32[1] = 0;
482 if (++(*ref)->uid.u32[0] == 0) ++(*ref)->uid.u32[1]; // In parent DNSServiceOp increment UID counter
486 sdr->uid = (*ref)->uid;
    [all...]
  /external/openssh/
sftp-server.c 804 (u_long)a->uid, (u_long)a->gid);
805 ret = chown(name, a->uid, a->gid);
867 (u_long)a->uid, (u_long)a->gid);
869 ret = fchown(fd, a->uid, a->gid);
871 ret = chown(name, a->uid, a->gid);
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 205 // map UIDs to the set of participating packages under that UID
801 // Build our mapping of uid to backup client services. This implicitly
1425 int uid = pkg.applicationInfo.uid; local
5818 int uid = mBackupParticipants.keyAt(i); local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_menu_manager_unittest.cc 105 ExtensionMenuItem::Id id(NULL, extension->id(), id3.uid + 50);
470 ASSERT_EQ(id.uid, tmp_id);
  /external/iproute2/misc/
ifstat.c 545 if (cred.uid == getuid() || cred.uid == 0)
nstat.c 430 if (cred.uid == getuid() || cred.uid == 0)
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 638 unsigned complexity, unsigned uid)
640 Dstregs(dstregs), AddedComplexity(complexity), ID(uid) {}
  /external/v8/src/
cpu-profiler.cc 305 CpuProfile* CpuProfiler::FindProfile(Object* security_token, unsigned uid) {
309 return profiler->profiles_->GetProfile(token, uid);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 72 void NuPlayer::setUID(uid_t uid) {
74 mUID = uid;
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 43 LiveSession::LiveSession(uint32_t flags, bool uidValid, uid_t uid)
46 mUID(uid),
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 109 if((pkgInfo.applicationInfo != null) && (pkgInfo.applicationInfo.uid != -1)) {
110 getAllUsedPermissions(pkgInfo.applicationInfo.uid, permSet);
  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 56 final BatteryStatsImpl.Uid.Pkg.Serv stats;
280 BatteryStatsImpl.Uid.Pkg.Serv servStats, ComponentName name,
299 userId = UserId.getUserId(appInfo.uid);
351 final int appUid = appInfo.uid;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 157 // Actually, right now the download manager's UId restrictions
370 public static boolean isNetworkAvailable(SystemFacade system, int uid) {
371 final NetworkInfo info = system.getActiveNetworkInfo(uid);
DownloadProvider.java 77 /** URI matcher constant for the URI of all downloads belonging to the calling UID */
79 /** URI matcher constant for the URI of an individual download belonging to the calling UID */
398 Constants.UID + " INTEGER, " +
430 // Initialize the system uid
432 // Initialize the default container uid. Package name hardcoded
443 mDefContainerUid = appInfo.uid;
597 int uid = Binder.getCallingUid(); local
599 if (uid == 0 || mSystemFacade.userOwnsPackage(uid, pckg)) {
616 // UID, PID column
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 244 int uid; variable
432 int uid; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h 244 int uid; variable
432 int uid; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 244 int uid; variable
432 int uid; variable
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 172 assertEquals("nfc", FileUtils.getUserName(status.uid));
  /external/chromium/chrome/browser/
process_info_snapshot_mac.cc 368 proc_info.uid = kinfo.kp_eproc.e_pcred.p_ruid;
  /external/strace/
util.c 431 printuid(text, uid)
433 unsigned long uid;
436 tprintf((uid == -1) ? "%ld" : "%lu", uid);
    [all...]
  /external/valgrind/main/include/vki/
vki-amd64-linux.h 580 __vki_kernel_uid32_t uid; member in struct:vki_ipc64_perm
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 62 void setUID(uid_t uid);
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 39 char uid[6]; member in struct:GNUArchiveReader::ArchiveMemberHeader
  /ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h 116 /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE
122 extern int chown (const char *file, uid_t uid, gid_t gid);
129 "doesn't treat a uid or gid of -1 on some systems - " \
470 /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
key_prot.h 139 u_int uid; member in struct:unixcred

Completed in 1700 milliseconds

<<21222324252627282930>>