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

  /external/dbus/dbus/
dbus-userdb-util.c 414 const DBusString *homedir; local
419 if (!_dbus_homedir_from_current_process (&homedir))
420 _dbus_assert_not_reached ("didn't get homedir");
422 printf (" Current user: %s homedir: %s\n",
424 _dbus_string_get_const_data (homedir));
dbus-sysdeps.h 189 char *homedir; /**< Home directory */ member in struct:DBusUserInfo
dbus-keyring.c 2 /* dbus-keyring.c Store secret cookies in your homedir
38 * essentially the "verify that client can read the user's homedir"
40 * to the homedir.
43 * file in the user's homedir. However they are transient (only used
719 DBusString homedir; local
730 if (!_dbus_string_init (&homedir))
747 &homedir, 0))
752 if (!_dbus_homedir_from_username (username, &homedir))
763 _dbus_string_set_length (&homedir, 0);
764 if (!_dbus_string_append (&homedir, override)
    [all...]
dbus-sysdeps-unix.c 2738 const DBusString *homedir; local
    [all...]
  /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/bluetooth/glib/tests/
testglib.c 674 const gchar *tmpdir, *homedir, *userdatadir, *uconfdir, *ucachedir; local
700 homedir = g_get_home_dir ();
701 g_assert (homedir != NULL);
724 g_print ("home: %s\n", homedir);
    [all...]
  /external/bluetooth/glib/gio/
glocalfile.c 1707 const char *homedir; local
    [all...]

Completed in 235 milliseconds