HomeSort by relevance Sort by last modified time
    Searched refs:homedir (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/common/
chrome_paths_unittest.cc 25 FilePath homedir = file_util::GetHomeDir(); local
28 test_profile_dir = homedir.Append(".config/foobar");
29 FilePath expected_cache_dir = homedir.Append(".cache/foobar");
  /external/dropbear/
cli-kex.c 153 char * homedir = NULL; local
155 homedir = getenv("HOME");
157 if (!homedir) {
161 homedir = pw->pw_dir;
165 if (homedir) {
167 len = strlen(homedir);
170 snprintf(filename, len+18, "%s/.ssh", homedir);
175 homedir, strerror(errno));
181 snprintf(filename, len+18, "%s/.ssh/known_hosts", homedir);
200 homedir);
    [all...]
  /external/dbus/dbus/
dbus-userdb.c 80 dbus_free (info->homedir);
292 info->homedir) ||
379 * Gets homedir of user owning current process. The returned string
382 * @param homedir place to store pointer to homedir
386 _dbus_homedir_from_current_process (const DBusString **homedir)
394 *homedir = &process_homedir;
404 * @param homedir string to append home directory to
405 * @returns #TRUE if user existed and we appended their homedir
409 DBusString *homedir)
    [all...]
dbus-userdb.h 112 dbus_bool_t _dbus_homedir_from_current_process (const DBusString **homedir);
114 DBusString *homedir);
117 DBusString *homedir);
dbus-sysdeps-unix.h 99 char *homedir; /**< Home directory */ member in struct:DBusUserInfo
dbus-userdb-util.c 413 const DBusString *homedir; local
421 if (!_dbus_homedir_from_current_process (&homedir))
422 _dbus_assert_not_reached ("didn't get homedir");
430 printf (" Current user: %s homedir: %s gids:",
432 _dbus_string_get_const_data (homedir));
dbus-sysdeps-unix.c 3445 const DBusString *homedir; local
3594 DBusString homedir; local
    [all...]
dbus-sysdeps-win.c 3083 DBusString homedir; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 416 const char* homedir; local
418 homedir = home;
420 homedir = dotdir;
422 homedir = pw->pw_dir;
426 path->SetPathname(homedir, "");
  /external/openssh/
auth.c 429 char buf[MAXPATHLEN], homedir[MAXPATHLEN]; local
439 if (realpath(pw->pw_dir, homedir) != NULL)
475 /* If are past the homedir then we can stop */
476 if (comparehome && strcmp(homedir, buf) == 0)
  /external/mksh/src/
eval.c 67 static char *homedir(char *);
1614 homedir(char *name) function
    [all...]

Completed in 237 milliseconds