HomeSort by relevance Sort by last modified time
    Searched refs:HomeDir (Results 26 - 37 of 37) sorted by null

12

  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin.go 77 filepath.Join(u.HomeDir, "/Library/Keychains/login.keychain"),
80 filepath.Join(u.HomeDir, "/Library/Keychains/login.keychain-db"),
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin.go 77 filepath.Join(u.HomeDir, "/Library/Keychains/login.keychain"),
80 filepath.Join(u.HomeDir, "/Library/Keychains/login.keychain-db"),
  /prebuilts/go/darwin-x86/src/os/user/
lookup_unix.go 128 HomeDir: parts[5],
cgo_lookup_unix.go 121 HomeDir: C.GoString(pwd.pw_dir),
lookup_unix_test.go 220 HomeDir: "/home/allfields",
  /prebuilts/go/linux-x86/src/os/user/
lookup_unix.go 128 HomeDir: parts[5],
cgo_lookup_unix.go 121 HomeDir: C.GoString(pwd.pw_dir),
lookup_unix_test.go 220 HomeDir: "/home/allfields",
  /external/llvm/unittests/Support/
Path.cpp 319 SmallString<128> HomeDir;
320 auto status = path::home_directory(HomeDir);
322 EXPECT_EQ(expected, HomeDir);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winwlx.h 91 WCHAR HomeDir[WLX_DIRECTORY_LENGTH + 1];
  /external/skia/tools/
bisect_roll.go 70 gitcookiesPath := path.Join(user.HomeDir, ".gitcookies")
  /external/skqp/tools/
bisect_roll.go 70 gitcookiesPath := path.Join(user.HomeDir, ".gitcookies")

Completed in 399 milliseconds

12