HomeSort by relevance Sort by last modified time
    Searched defs:home_path (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api.cc 96 base::FilePath home_path; local
97 PathService::Get(base::DIR_HOME, &home_path);
112 if (actual_path == home_path) {
114 home_path = base::FilePath();
133 base::FilePath home_path;
135 if (PathService::Get(home_key, &home_path)
136 && home_path.AppendRelativePath(source_path, &display_path))
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 113 // Gets the available disk space for the path |home_path|.
114 void GetFreeDiskSpace(const base::FilePath& home_path,
119 const int64 free_space = base::SysInfo::AmountOfFreeDiskSpace(home_path);
730 base::FilePath home_path; local
731 if (PathService::Get(base::DIR_HOME, &home_path)) {
735 base::Bind(&GetFreeDiskSpace, home_path, local_storage_summary),
    [all...]

Completed in 76 milliseconds