HomeSort by relevance Sort by last modified time
    Searched defs:getwd (Results 1 - 7 of 7) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/go/internal/base/
path.go 13 func getwd() string { func
14 wd, err := os.Getwd()
21 var Cwd = getwd()
36 pwd, _ := os.Getwd()
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
path.go 13 func getwd() string { func
14 wd, err := os.Getwd()
21 var Cwd = getwd()
36 pwd, _ := os.Getwd()
  /prebuilts/go/darwin-x86/src/syscall/
pwd_plan9.go 32 // always call chdir when getwd returns an error
33 wd, _ := getwd()
42 // goroutine-specific getwd
43 func getwd() (wd string, err error) { func
52 func Getwd() (wd string, err error) {
59 wd, err = getwd()
76 wd, err := getwd()
  /prebuilts/go/linux-x86/src/syscall/
pwd_plan9.go 32 // always call chdir when getwd returns an error
33 wd, _ := getwd()
42 // goroutine-specific getwd
43 func getwd() (wd string, err error) { func
52 func Getwd() (wd string, err error) {
59 wd, err = getwd()
76 wd, err := getwd()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
unistd.h 217 extern char *__REDIRECT_NTH (__getwd_warn, (char *__buf), getwd)
218 __nonnull ((1)) __wur __warnattr ("please use getcwd instead, as getwd "
222 __NTH (getwd (char *__buf)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
unistd.h 217 extern char *__REDIRECT_NTH (__getwd_warn, (char *__buf), getwd)
218 __nonnull ((1)) __wur __warnattr ("please use getcwd instead, as getwd "
222 __NTH (getwd (char *__buf)) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 588 #define getwd(...) (pthread_testcancel(), getwd(__VA_ARGS__)) macro
    [all...]

Completed in 106 milliseconds