Lines Matching defs:home
443 std::string home;
444 if (env_var_getter->GetVar("KDEHOME", &home) && !home.empty()) {
446 kde_config_dir_ = KDEHomeToConfigPath(FilePath(home));
450 if (!env_var_getter->GetVar(base::env_vars::kHome, &home))
451 // User has no $HOME? Give up. Later we'll report the failure.
456 FilePath kde_path = FilePath(home).Append(".kde");
469 FilePath kde3_path = FilePath(home).Append(".kde");
471 FilePath kde4_path = FilePath(home).Append(".kde4");