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

1 2

  /prebuilts/go/darwin-x86/src/os/user/
lookup_stubs.go 27 HomeDir: os.Getenv("HOME"),
38 if u.HomeDir == "" {
39 u.HomeDir = "/"
48 if u.HomeDir == "" {
49 u.HomeDir = "/sdcard"
54 if u.Uid != "" && u.Username != "" && u.HomeDir != "" {
user_test.go 23 if u.HomeDir == "" {
24 t.Errorf("didn't get a HomeDir")
49 t.Skip("skipping Gid and HomeDir comparisons")
54 if want.HomeDir != got.HomeDir {
55 t.Errorf("got HomeDir=%q; want %q", got.HomeDir, want.HomeDir)
lookup_plan9.go 38 HomeDir: os.Getenv("home"),
user.go 38 // HomeDir is the path to the user's home directory (if they have one).
39 HomeDir string
lookup_windows.go 97 HomeDir: dir,
128 // Gid and HomeDir fields in the User struct returned on windows.
  /prebuilts/go/linux-x86/src/os/user/
lookup_stubs.go 27 HomeDir: os.Getenv("HOME"),
38 if u.HomeDir == "" {
39 u.HomeDir = "/"
48 if u.HomeDir == "" {
49 u.HomeDir = "/sdcard"
54 if u.Uid != "" && u.Username != "" && u.HomeDir != "" {
user_test.go 23 if u.HomeDir == "" {
24 t.Errorf("didn't get a HomeDir")
49 t.Skip("skipping Gid and HomeDir comparisons")
54 if want.HomeDir != got.HomeDir {
55 t.Errorf("got HomeDir=%q; want %q", got.HomeDir, want.HomeDir)
lookup_plan9.go 38 HomeDir: os.Getenv("home"),
user.go 38 // HomeDir is the path to the user's home directory (if they have one).
39 HomeDir string
lookup_windows.go 97 HomeDir: dir,
128 // Gid and HomeDir fields in the User struct returned on windows.
  /external/clang/include/clang/Lex/
ModuleMap.h 513 /// \param HomeDir The directory in which relative paths within this module
521 const DirectoryEntry *HomeDir,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
ModuleMap.h 546 /// \param HomeDir The directory in which relative paths within this module
554 const DirectoryEntry *HomeDir,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
ModuleMap.h 582 /// \param HomeDir The directory in which relative paths within this module
595 const DirectoryEntry *HomeDir, FileID ID = FileID(),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
ModuleMap.h 582 /// \param HomeDir The directory in which relative paths within this module
595 const DirectoryEntry *HomeDir, FileID ID = FileID(),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
ModuleMap.h 595 /// \param HomeDir The directory in which relative paths within this module
608 const DirectoryEntry *HomeDir, FileID ID = FileID(),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
ModuleMap.h 595 /// \param HomeDir The directory in which relative paths within this module
608 const DirectoryEntry *HomeDir, FileID ID = FileID(),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
ModuleMap.h 595 /// \param HomeDir The directory in which relative paths within this module
608 const DirectoryEntry *HomeDir, FileID ID = FileID(),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
ModuleMap.h 595 /// \param HomeDir The directory in which relative paths within this module
608 const DirectoryEntry *HomeDir, FileID ID = FileID(),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
ModuleMap.h 546 /// \param HomeDir The directory in which relative paths within this module
554 const DirectoryEntry *HomeDir,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
ModuleMap.h 582 /// \param HomeDir The directory in which relative paths within this module
595 const DirectoryEntry *HomeDir, FileID ID = FileID(),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
ModuleMap.h 582 /// \param HomeDir The directory in which relative paths within this module
595 const DirectoryEntry *HomeDir, FileID ID = FileID(),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
ModuleMap.h 595 /// \param HomeDir The directory in which relative paths within this module
608 const DirectoryEntry *HomeDir, FileID ID = FileID(),
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
ModuleMap.h 595 /// \param HomeDir The directory in which relative paths within this module
608 const DirectoryEntry *HomeDir, FileID ID = FileID(),
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
ModuleMap.h 595 /// \param HomeDir The directory in which relative paths within this module
608 const DirectoryEntry *HomeDir, FileID ID = FileID(),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
ModuleMap.h 595 /// \param HomeDir The directory in which relative paths within this module
608 const DirectoryEntry *HomeDir, FileID ID = FileID(),

Completed in 1407 milliseconds

1 2