Searched refs:home_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dpath_util.cc49 base::FilePath home_path; local
50 if (source_path.empty() || !PathService::Get(base::DIR_HOME, &home_path))
54 if (source_path == home_path)
72 if (actual_path == home_path) {
74 home_path = base::FilePath();
83 if (home_path.AppendRelativePath(source_path, &display_path))
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Ddrive_internals_ui.cc108 // Gets the available disk space for the path |home_path|.
109 void GetFreeDiskSpace(const base::FilePath& home_path, argument
114 const int64 free_space = base::SysInfo::AmountOfFreeDiskSpace(home_path);
705 base::FilePath home_path; local
706 if (PathService::Get(base::DIR_HOME, &home_path)) {
710 base::Bind(&GetFreeDiskSpace, home_path, local_storage_summary),

Completed in 169 milliseconds