Searched refs:gid_ (Results 1 – 6 of 6) sorted by relevance
/external/libbrillo/brillo/ |
D | process.cc | 54 gid_(-1), in ProcessImpl() 106 gid_ = gid; in SetGid() 286 if (gid_ != static_cast<gid_t>(-1) && setresgid(gid_, gid_, gid_) < 0) { in Start() 288 LOG(ERROR) << "Unable to set GID to " << gid_ << ": " << saved_errno; in Start()
|
D | process.h | 229 gid_t gid_; variable
|
/external/libchrome/base/process/ |
D | process_iterator.h | 49 ProcessId gid() const { return gid_; } 57 ProcessId gid_;
|
D | process_iterator.cc | 11 ProcessEntry::ProcessEntry() : pid_(0), ppid_(0), gid_(0) {} in ProcessEntry()
|
D | process_iterator_linux.cc | 139 entry_.gid_ = GetProcStatsFieldAsInt64(proc_stats, internal::VM_PGRP); in CheckForNextProcess()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_syscalls_netbsd.inc | 235 PRE_SYSCALL(chown)(void *path_, long long uid_, long long gid_) { 242 (long long res, void *path_, long long uid_, long long gid_) { 1097 PRE_SYSCALL(fchown)(long long fd_, long long uid_, long long gid_) { 1101 (long long res, long long fd_, long long uid_, long long gid_) { 1444 PRE_SYSCALL(setgid)(long long gid_) { /* Nothing to do */ } 1445 POST_SYSCALL(setgid)(long long res, long long gid_) { /* Nothing to do */ } 2033 PRE_SYSCALL(lchown)(void *path_, long long uid_, long long gid_) { 2040 (long long res, void *path_, long long uid_, long long gid_) { 2080 PRE_SYSCALL(__posix_chown)(void *path_, long long uid_, long long gid_) { 2087 (long long res, void *path_, long long uid_, long long gid_) { [all …]
|