Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/api/file_system/
Dfile_system_api.cc96 base::FilePath home_path; in PrettifyPath() local
97 PathService::Get(base::DIR_HOME, &home_path); in PrettifyPath()
112 if (actual_path == home_path) { in PrettifyPath()
114 home_path = base::FilePath(); in PrettifyPath()
133 base::FilePath home_path;
135 if (PathService::Get(home_key, &home_path)
136 && home_path.AppendRelativePath(source_path, &display_path))
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Ddrive_internals_ui.cc114 void GetFreeDiskSpace(const base::FilePath& home_path, in GetFreeDiskSpace() argument
119 const int64 free_space = base::SysInfo::AmountOfFreeDiskSpace(home_path); in GetFreeDiskSpace()
730 base::FilePath home_path; in UpdateLocalStorageUsageSection() local
731 if (PathService::Get(base::DIR_HOME, &home_path)) { in UpdateLocalStorageUsageSection()
735 base::Bind(&GetFreeDiskSpace, home_path, local_storage_summary), in UpdateLocalStorageUsageSection()
/external/chromium_org/chrome/browser/media_galleries/
Dmedia_galleries_preferences.cc312 base::FilePath home_path; in GetGalleryDisplayName() local
313 if (PathService::Get(base::DIR_HOME, &home_path)) { in GetGalleryDisplayName()
314 home_path = home_path.AppendASCII("Downloads"); in GetGalleryDisplayName()
316 if (home_path.AppendRelativePath(path, &relative)) in GetGalleryDisplayName()