HomeSort by relevance Sort by last modified time
    Searched refs:GetCacheRootPath (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util.h 123 base::FilePath GetCacheRootPath(Profile* profile);
file_system_util_unittest.cc 218 TEST(FileSystemUtilTest, GetCacheRootPath) {
222 util::GetCacheRootPath(&profile));
file_system_util.cc 218 base::FilePath GetCacheRootPath(Profile* profile) {
drive_integration_service.cc 223 test_cache_root : util::GetCacheRootPath(profile)),
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 663 const base::FilePath root_path = drive::util::GetCacheRootPath(profile);
    [all...]

Completed in 911 milliseconds