Home
last modified time | relevance | path

Searched refs:home_env (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/lib/support/
Dprofile.c468 char *home_env = 0; in profile_open_file() local
480 home_env = getenv("HOME"); in profile_open_file()
482 if (home_env == NULL) { in profile_open_file()
491 home_env = pw->pw_dir; in profile_open_file()
496 home_env = pw->pw_dir; in profile_open_file()
500 if (home_env) in profile_open_file()
501 len += strlen(home_env); in profile_open_file()
508 if (home_env) { in profile_open_file()
509 strcpy(expanded_filename, home_env); in profile_open_file()
/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system.cc106 const char* home_env = getenv("HOME"); in GetDefaultClientConfig() local
107 if (home_env) { in GetDefaultClientConfig()
108 config_file = home_env; in GetDefaultClientConfig()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/
Ds3_filesystem.cc140 const char* home_env = getenv("HOME"); in GetDefaultClientConfig() local
141 if (home_env) { in GetDefaultClientConfig()
142 config_file = home_env; in GetDefaultClientConfig()