OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xrealwd
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/src/cmd/dist/
util.go
200
//
xrealwd
returns the 'real' name for the given path.
202
func
xrealwd
(path string) string {
func
build.go
1126
// will never succeed. Instead, we use
xrealwd
to get a canonical
1130
real_src :=
xrealwd
(src)
1135
// guard againt
xrealwd
return the directory without the trailing /
/prebuilts/go/linux-x86/src/cmd/dist/
util.go
200
//
xrealwd
returns the 'real' name for the given path.
202
func
xrealwd
(path string) string {
func
build.go
1126
// will never succeed. Instead, we use
xrealwd
to get a canonical
1130
real_src :=
xrealwd
(src)
1135
// guard againt
xrealwd
return the directory without the trailing /
Completed in 115 milliseconds