Searched defs:homedir (Results 1 - 18 of 18) sorted by relevance

/external/curl/src/
H A Dtool_homedir.c63 char *homedir(void) function
/external/dbus/dbus/
H A Ddbus-sysdeps-unix.h105 char *homedir; /**< Home directory */ member in struct:DBusUserInfo
H A Ddbus-userdb-util.c439 const DBusString *homedir; local
448 if (!_dbus_homedir_from_current_process (&homedir))
449 _dbus_assert_not_reached ("didn't get homedir");
457 printf (" Current user: %s homedir: %s gids:",
459 _dbus_string_get_const_data (homedir));
H A Ddbus-userdb.c80 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) argument
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)
408 _dbus_homedir_from_username(const DBusString *username, DBusString *homedir) argument
447 _dbus_homedir_from_uid(dbus_uid_t uid, DBusString *homedir) argument
[all...]
H A Ddbus-sysdeps-unix.c2041 info->homedir = _dbus_strdup (p->pw_dir);
2044 info->homedir == NULL)
2070 info->homedir = NULL;
3758 const DBusString *homedir; local
3761 if (!_dbus_homedir_from_current_process (&homedir))
3764 if (!_dbus_string_append (&servicedir_path, _dbus_string_get_const_data (homedir)))
3912 DBusString homedir; local
3919 if (!_dbus_string_init (&homedir))
3925 if (!_dbus_homedir_from_uid (uid, &homedir))
3935 _dbus_string_set_length (&homedir,
[all...]
H A Ddbus-sysdeps-win.c3315 DBusString homedir; local
3323 if (!_dbus_string_init (&homedir))
3329 _dbus_string_append(&homedir,homedrive);
3335 _dbus_string_append(&homedir,homepath);
3345 _dbus_string_set_length (&homedir, 0);
3346 if (!_dbus_string_append (&homedir, override))
3349 _dbus_verbose ("Using fake homedir for testing: %s\n",
3350 _dbus_string_get_const_data (&homedir));
3373 if (!_dbus_concat_dir_and_file (&homedir,
3377 if (!_dbus_string_copy (&homedir,
[all...]
/external/selinux/policycoreutils/restorecond/
H A Drestorecond.c65 const char *homedir; variable
211 homedir = pwd->pw_dir;
/external/libvncserver/libvncserver/tightvnc-filetransfer/
H A Dhandlefiletransferrequest.c62 void FreeHomeDir(char *homedir);
162 char *homedir = NULL; local
169 homedir = strdup (pwEnt->pw_dir);
172 return homedir;
178 * directory. param: homedir - the string returned by a previous call to
182 FreeHomeDir(char *homedir) argument
184 free (homedir);
/external/webrtc/webrtc/base/
H A Dunixfilesystem.cc426 const char* homedir; local
428 homedir = home;
430 homedir = dotdir;
432 homedir = pw->pw_dir;
436 path->SetPathname(homedir, "");
/external/curl/lib/
H A Dssh.h126 char *homedir; /* when doing SFTP we figure out home dir in the member in struct:ssh_conn
H A Dssh.c129 char *homedir, /* when SFTP is used */
412 char *homedir, /* when SFTP is used */
441 size_t homelen = strlen(homedir);
449 memcpy(real_path, homedir, homelen);
1153 sshc->homedir = strdup(tempHome);
1154 if(!sshc->homedir) {
1159 conn->data->state.most_recent_ftp_entrypath = sshc->homedir;
1178 we get the homedir here, we get the "workingpath" in the DO action
1179 since the homedir will remain the same between request but the
1187 result = ssh_getworkingpath(conn, sshc->homedir,
411 ssh_getworkingpath(struct connectdata *conn, char *homedir, char **path) argument
[all...]
/external/mksh/src/
H A Deval.c76 static char *homedir(char *);
1711 dp = homedir(cp);
1725 homedir(char *name) function
/external/selinux/libsemanage/src/
H A Dgenhomedircon.c160 static int ignore(const char *homedir) { argument
163 if (strcmp(ptr->dir, homedir) == 0) {
386 * so we don't label a non-homedir as a homedir.
396 WARN(s->h_semanage, "%s homedir %s or its parent directory conflicts with a file context already specified in the policy. This usually indicates an incorrectly defined system account. If it is a system account please make sure its uid is less than %u or greater than %u or its login shell is /sbin/nologin.", pwbuf->pw_name, pwbuf->pw_dir, minuid, maxuid);
444 * homedir.
586 semanage_list_t * tpl, char *homedir)
589 {.search_for = TEMPLATE_HOME_ROOT,.replace_with = homedir},
585 write_home_root_context(genhomedircon_settings_t * s, FILE * out, semanage_list_t * tpl, char *homedir) argument
/external/libavc/test/decoder/
H A Dmain.c1778 int h264dec_main(char * homedir,char *documentdir, int screen_wd, int screen_ht) argument
1836 sprintf(filename_trace, "%s/iostrace.txt", homedir );
1993 sprintf(filename_with_path, "%s/%s", homedir, ac_cfg_fname);
2035 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_ip_fname);
2052 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_piclen_fname);
/external/libavc/test/encoder/
H A Dmain.c2115 int h264enc_main(char * homedir,char *documentdir, int screen_wd, int screen_ht) argument
2217 sprintf(filename_with_path, "%s/%s", homedir, "enc.cfg");
/external/libhevc/test/decoder/
H A Dmain.c1716 int hevcdec_main(char *homedir, char *documentdir, int screen_wd, int screen_ht) argument
1772 sprintf(filename_trace, "%s/iostrace.txt", homedir);
1929 sprintf(filename_with_path, "%s/%s", homedir, ac_cfg_fname);
1970 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_ip_fname);
1987 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_piclen_fname);
/external/libmpeg2/test/decoder/
H A Dmain.c1749 int vdec_main(char *homedir, char *documentdir, int screen_wd, int screen_ht) argument
1806 sprintf(filename_trace, "%s/iostrace.txt", homedir);
1967 sprintf(filename_with_path, "%s/%s", homedir, ac_cfg_fname);
2009 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_ip_fname);
2026 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_piclen_fname);
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...

Completed in 1755 milliseconds