Home | History | Annotate | Download | only in common

Lines Matching refs:home_dir

126     const char *home_dir = NULL;
130 home_dir = GetCachedGlobTildeSlash();
136 home_dir = user_entry->pw_dir;
139 if (home_dir == NULL)
142 return ::snprintf (dst_path, dst_len, "%s%s", home_dir, remainder);