/external/llvm/include/llvm/Object/ |
ArchiveWriter.h | 26 unsigned UID = 0, GID = 0, Perms = 0644; 31 GID(Other.GID), Perms(Other.Perms) {} 36 GID = Other.GID;
|
Archive.h | 32 char GID[6];
|
/external/llvm/lib/Object/ |
ArchiveWriter.cpp | 52 M.GID = OldMember.getGID(); 88 M.GID = Status.getGroup(); 120 unsigned GID, unsigned Perms, 124 printWithSpacePadding(Out, GID, 6, true); 132 unsigned UID, unsigned GID, 135 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size); 140 unsigned GID, unsigned Perms, unsigned Size) { 146 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, 162 const sys::TimeValue &ModTime, unsigned UID, unsigned GID, 165 return printBSDMemberHeader(Out, Name, ModTime, UID, GID, Perms, Size) [all...] |
Archive.cpp | 82 StringRef Group = StringRef(GID, sizeof(GID)).rtrim(' '); 86 llvm_unreachable("GID time not a decimal number.");
|
/external/elfutils/libebl/ |
eblauxvinfo.c | 56 TYPE (GID, "u") \
|
/external/elfutils/tests/ |
run-readelf-mixed-corenote.sh | 42 uid: 0, gid: 0, pid: 11087, ppid: 11063, pgrp: 11087, sid: 11063 56 GID: 0 115 uid: 0, gid: 0, pid: 805, ppid: 804, pgrp: 804, sid: 699 130 GID: 0 176 uid: 0, gid: 0, pid: 839, ppid: 838, pgrp: 838, sid: 699 191 GID: 0 250 uid: 1000, gid: 1000, pid: 9664, ppid: 2868, pgrp: 9664, sid: 2868 268 GID: 1000 322 uid: 0, gid: 0, pid: 16547, ppid: 3822, pgrp: 16547, sid: 3822 340 GID: [all...] |
/external/swiftshader/third_party/LLVM/lib/Object/ |
Archive.cpp | 28 char GID[6];
|
/prebuilts/go/darwin-x86/src/os/ |
exec_posix.go | 23 // UID/GID), double-check existence of the directory we want
|
/prebuilts/go/linux-x86/src/os/ |
exec_posix.go | 23 // UID/GID), double-check existence of the directory we want
|
/prebuilts/go/darwin-x86/src/os/user/ |
user_test.go | 46 t.Skip("skipping Gid and HomeDir comparisons") 48 if want.Gid != got.Gid { 49 t.Errorf("got Gid=%q; want %q", got.Gid, want.Gid) 105 g1, err := LookupGroupId(user.Gid) 110 t.Logf("LookupGroupId(%q): %v", user.Gid, err) 113 if g1.Gid != user.Gid { [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
creds_test.go | 18 // (PID, UID, GID) in an ancillary message between two UNIX 56 ucred.Gid = 0 72 ucred.Gid = uint32(os.Getgid())
|
syscall_linux_test.go | 109 // UID/GID 99 is the user/group "nobody" on RHEL/Fedora and is 111 Credential: &syscall.Credential{Uid: 99, Gid: 99},
|
/prebuilts/go/linux-x86/src/os/user/ |
user_test.go | 46 t.Skip("skipping Gid and HomeDir comparisons") 48 if want.Gid != got.Gid { 49 t.Errorf("got Gid=%q; want %q", got.Gid, want.Gid) 105 g1, err := LookupGroupId(user.Gid) 110 t.Logf("LookupGroupId(%q): %v", user.Gid, err) 113 if g1.Gid != user.Gid { [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
creds_test.go | 18 // (PID, UID, GID) in an ancillary message between two UNIX 56 ucred.Gid = 0 72 ucred.Gid = uint32(os.Getgid())
|
syscall_linux_test.go | 109 // UID/GID 99 is the user/group "nobody" on RHEL/Fedora and is 111 Credential: &syscall.Credential{Uid: 99, Gid: 99},
|
/external/llvm/include/llvm/Support/ |
FileSystem.h | 179 time_t MTime, uid_t UID, gid_t GID, off_t Size) 181 fs_st_uid(UID), fs_st_gid(GID), fs_st_size(Size), Type(Type), [all...] |
/prebuilts/go/darwin-x86/src/archive/tar/ |
format.go | 142 func (h *headerV7) GID() []byte { return h[116:][:8] }
|
writer.go | 160 formatNumeric(v7.GID(), int64(hdr.Gid), paxGid)
|
reader.go | 313 hdr.Gid = int(id64) // Integer overflow possible 460 hdr.Gid = int(p.parseNumeric(v7.GID()))
|
/prebuilts/go/linux-x86/src/archive/tar/ |
format.go | 142 func (h *headerV7) GID() []byte { return h[116:][:8] }
|
writer.go | 160 formatNumeric(v7.GID(), int64(hdr.Gid), paxGid)
|
reader.go | 313 hdr.Gid = int(id64) // Integer overflow possible 460 hdr.Gid = int(p.parseNumeric(v7.GID()))
|
/hardware/interfaces/radio/1.0/ |
types.hal | [all...] |
/external/llvm/tools/llvm-objdump/ |
MachODump.cpp | [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
RIL.java | [all...] |