/aosp_15_r20/system/logging/logd/ |
H A D | LogPermissions.cpp | 91 static const char uid_string[] = "Uid:\t"; in checkSupplementaryGroup() local 98 } else if (strncmp(uid_string, line, sizeof(uid_string) - 1) == 0) { in checkSupplementaryGroup() 101 sscanf(line + sizeof(uid_string) - 1, "%u\t%u\t%u\t%u", &u[0], in checkSupplementaryGroup()
|
/aosp_15_r20/system/core/init/ |
H A D | ueventd_parser.cpp | 59 std::string& uid_string = *it++; in ParsePermissionsLine() local 60 passwd* pwd = getpwnam(uid_string.c_str()); in ParsePermissionsLine() 62 return Error() << "invalid uid '" << uid_string << "'"; in ParsePermissionsLine()
|
/aosp_15_r20/system/logging/logcat/ |
H A D | logcat.cpp | 730 for (const auto& uid_string : uid_strings) { in Run() local 732 if (!ParseUint(uid_string, &uid)) { in Run() 733 error(EXIT_FAILURE, 0, "Unable to parse UID '%s'", uid_string.c_str()); in Run()
|
/aosp_15_r20/system/logging/logcat/tests/ |
H A D | logcat_test.cpp | 1698 auto uid_string = match_results[1]; in SniffUid() local 1699 if (!android::base::ParseUint(uid_string, &uid)) { in SniffUid() 1700 auto pwd = getpwnam(uid_string.str().c_str()); in SniffUid() 1701 ASSERT_NE(nullptr, pwd) << "uid '" << uid_string << "' in line '" << trimmed_line << "'"; in SniffUid()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/server/ |
D | powermanagerservice.pb.h | 915 const std::string& uid_string() const; in Swap() 920 void set_allocated_uid_string(std::string* uid_string); in Swap() 5300 inline const std::string& PowerManagerServiceDumpProto_UidStateProto::uid_string() const { in uid_string() function 5341 …oid PowerManagerServiceDumpProto_UidStateProto::set_allocated_uid_string(std::string* uid_string) { in set_allocated_uid_string() argument 5342 if (uid_string != nullptr) { in set_allocated_uid_string() 5347 _impl_.uid_string_.SetAllocated(uid_string, GetArenaForAllocation()); in set_allocated_uid_string()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/core/proto/android/server/ |
D | powermanagerservice.pb.h | 998 const std::string& uid_string() const; in Swap() 1003 void set_allocated_uid_string(std::string* uid_string); in Swap() 5571 inline const std::string& PowerManagerServiceDumpProto_UidStateProto::uid_string() const { in uid_string() function 5612 …oid PowerManagerServiceDumpProto_UidStateProto::set_allocated_uid_string(std::string* uid_string) { in set_allocated_uid_string() argument 5613 if (uid_string != nullptr) { in set_allocated_uid_string() 5618 _impl_.uid_string_.SetAllocated(uid_string, GetArenaForAllocation()); in set_allocated_uid_string()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/base/core/proto/android/server/ |
D | powermanagerservice.pb.h | 915 const std::string& uid_string() const; in Swap() 920 void set_allocated_uid_string(std::string* uid_string); in Swap() 5300 inline const std::string& PowerManagerServiceDumpProto_UidStateProto::uid_string() const { in uid_string() function 5341 …oid PowerManagerServiceDumpProto_UidStateProto::set_allocated_uid_string(std::string* uid_string) { in set_allocated_uid_string() argument 5342 if (uid_string != nullptr) { in set_allocated_uid_string() 5347 _impl_.uid_string_.SetAllocated(uid_string, GetArenaForAllocation()); in set_allocated_uid_string()
|
/aosp_15_r20/frameworks/base/core/proto/android/server/ |
H A D | powermanagerservice.proto | 70 optional string uid_string = 2; field
|
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/ |
H A D | vmlinux.h | 46746 char uid_string[0]; member
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 93635 char uid_string[1]; member
|
H A D | vmlinux_602.h | 93635 char uid_string[1]; member
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 25818 char uid_string[1]; member
|
H A D | vmlinux_518.h | 25818 char uid_string[1]; member
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 95520 char uid_string[1]; member
|
H A D | vmlinux.h | 95520 char uid_string[1]; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 28955 char uid_string[0]; member
|