OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lookupid
(Results
1 - 25
of
33
) sorted by null
1
2
/prebuilts/go/darwin-x86/src/os/user/
lookup.go
18
//
LookupId
looks up a user by userid. If the user cannot be found, the
20
func
LookupId
(uid string) (*User, error) {
21
return
lookupId
(uid)
lookup_plan9.go
15
// Supports Current(), but not Lookup()/
LookupId
().
44
func
lookupId
(uid string) (*User, error) {
lookup_stubs.go
26
func
lookupId
(uid string) (*User, error) {
27
return nil, fmt.Errorf("user:
LookupId
not implemented on %s/%s", runtime.GOOS, runtime.GOARCH)
user_test.go
77
t.Skipf("
LookupId
not implemented on %q", runtime.GOOS)
84
got, err :=
LookupId
(want.Uid)
86
t.Fatalf("
LookupId
: %v", err)
user.go
29
// UnknownUserIdError is returned by
LookupId
when
lookup_windows.go
122
// BUG(brainman): Lookup and
LookupId
functions do not set
143
func
lookupId
(uid string) (*User, error) {
lookup_unix.go
46
func
lookupId
(uid string) (*User, error) {
/prebuilts/go/linux-x86/src/os/user/
lookup.go
18
//
LookupId
looks up a user by userid. If the user cannot be found, the
20
func
LookupId
(uid string) (*User, error) {
21
return
lookupId
(uid)
lookup_plan9.go
15
// Supports Current(), but not Lookup()/
LookupId
().
44
func
lookupId
(uid string) (*User, error) {
lookup_stubs.go
26
func
lookupId
(uid string) (*User, error) {
27
return nil, fmt.Errorf("user:
LookupId
not implemented on %s/%s", runtime.GOOS, runtime.GOARCH)
user_test.go
77
t.Skipf("
LookupId
not implemented on %q", runtime.GOOS)
84
got, err :=
LookupId
(want.Uid)
86
t.Fatalf("
LookupId
: %v", err)
user.go
29
// UnknownUserIdError is returned by
LookupId
when
lookup_windows.go
122
// BUG(brainman): Lookup and
LookupId
functions do not set
143
func
lookupId
(uid string) (*User, error) {
lookup_unix.go
46
func
lookupId
(uid string) (*User, error) {
/prebuilts/go/darwin-x86/src/archive/tar/
stat_unix.go
26
// doesn't cache
LookupId
lookups, and lacks group
/prebuilts/go/linux-x86/src/archive/tar/
stat_unix.go
26
// doesn't cache
LookupId
lookups, and lacks group
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mqoai.h
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64/os/
user.a
18
func @"".
LookupId
(@"".uid·3 string) (? *@"".User, ? error)
69
2>