Searched refs:homedir (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/common/
H A Dchrome_paths_unittest.cc25 FilePath homedir = file_util::GetHomeDir(); local
28 test_profile_dir = homedir.Append(".config/foobar");
29 FilePath expected_cache_dir = homedir.Append(".cache/foobar");
/external/chromium_org/chrome/common/
H A Dchrome_paths_unittest.cc32 base::FilePath homedir = file_util::GetHomeDir(); local
35 test_profile_dir = homedir.Append(".config/foobar");
36 base::FilePath expected_cache_dir = homedir.Append(".cache/foobar");
/external/dropbear/
H A Dcli-kex.c153 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/chromium/third_party/libjingle/source/talk/base/
H A Dunixfilesystem.cc416 const char* homedir; local
418 homedir = home;
420 homedir = dotdir;
422 homedir = pw->pw_dir;
426 path->SetPathname(homedir, "");
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dunixfilesystem.cc413 const char* homedir; local
415 homedir = home;
417 homedir = dotdir;
419 homedir = pw->pw_dir;
423 path->SetPathname(homedir, "");
/external/openssh/
H A Dauth.c429 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/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dbrowserlauncher.py235 homedir = os.path.expanduser('~')
236 path = os.path.join(homedir, r'AppData\Local\Google\Chrome\Application')
/external/mksh/src/
H A Deval.c68 static char *homedir(char *);
1691 dp = homedir(cp);
1705 homedir(char *name) function

Completed in 257 milliseconds