Searched defs:ruid (Results 1 - 1 of 1) sorted by relevance

/system/core/crash_reporter/
H A Duser_collector.cc431 uid_t ruid, euid, suid; local
432 if (getresuid(&ruid, &euid, &suid) != 0) {
438 if (getresuid(&ruid, &euid, &suid) != 0) {
439 // If the user ID cannot be read at this point, the ruid variable will
467 if (chown(container_dir.value().c_str(), ruid, rgid) < 0) {

Completed in 289 milliseconds