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

/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Ddrive_internals_ui.cc110 // Gets the available disk space for the path |home_path|.
111 void GetFreeDiskSpace(const base::FilePath& home_path, argument
116 const int64 free_space = base::SysInfo::AmountOfFreeDiskSpace(home_path);
707 base::FilePath home_path; local
708 if (PathService::Get(base::DIR_HOME, &home_path)) {
712 base::Bind(&GetFreeDiskSpace, home_path, local_storage_summary),
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dfile_system_api.cc102 base::FilePath home_path; local
103 PathService::Get(base::DIR_HOME, &home_path);
118 if (actual_path == home_path) {
120 home_path = base::FilePath();
133 base::FilePath home_path;
135 if (PathService::Get(base::DIR_HOME, &home_path)
136 && home_path.AppendRelativePath(source_path, &display_path))

Completed in 101 milliseconds