HomeSort by relevance Sort by last modified time
    Searched refs:uid_string (Results 1 - 3 of 3) sorted by null

  /system/core/logd/
LogCommand.cpp 105 static const char uid_string[] = "Uid:\t"; local
112 } else if (strncmp(uid_string, line, sizeof(uid_string) - 1) == 0) {
115 sscanf(line + sizeof(uid_string) - 1, "%u\t%u\t%u\t%u", &u[0],
  /system/core/init/
ueventd_parser.cpp 53 std::string& uid_string = *it++; local
54 passwd* pwd = getpwnam(uid_string.c_str());
56 return Error() << "invalid uid '" << uid_string << "'";
  /frameworks/base/core/proto/android/server/
powermanagerservice.proto 67 optional string uid_string = 2;

Completed in 133 milliseconds