HomeSort by relevance Sort by last modified time
    Searched refs:homedir (Results 1 - 8 of 8) 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/chromium_org/chrome/common/
chrome_paths_unittest.cc 32 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/
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/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/chromium_org/third_party/libjingle/source/talk/base/
unixfilesystem.cc 413 const char* homedir; local
415 homedir = home;
417 homedir = dotdir;
419 homedir = pw->pw_dir;
423 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/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserlauncher.py 235 homedir = os.path.expanduser('~')
236 path = os.path.join(homedir, r'AppData\Local\Google\Chrome\Application')
  /external/mksh/src/
eval.c 68 static char *homedir(char *);
1705 homedir(char *name) function
    [all...]

Completed in 1808 milliseconds