Searched refs:uid_string (Results 1 – 5 of 5) sorted by relevance
| /system/logging/logd/ |
| 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()
|
| /system/core/init/ |
| 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()
|
| /system/logging/logcat/ |
| 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()
|
| /system/logging/logcat/tests/ |
| D | logcat_test.cpp | 1697 auto uid_string = match_results[1]; in SniffUid() local 1698 if (!android::base::ParseUint(uid_string, &uid)) { in SniffUid() 1699 auto pwd = getpwnam(uid_string.str().c_str()); in SniffUid() 1700 ASSERT_NE(nullptr, pwd) << "uid '" << uid_string << "' in line '" << trimmed_line << "'"; in SniffUid()
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 28955 char uid_string[0]; member
|