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

  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util.h 144 base::FilePath GetCacheRootPath(Profile* profile);
file_system_unittest.cc 101 ASSERT_TRUE(file_util::CreateDirectory(util::GetCacheRootPath(
103 ASSERT_TRUE(file_util::CreateDirectory(util::GetCacheRootPath(
105 ASSERT_TRUE(file_util::CreateDirectory(util::GetCacheRootPath(
115 util::GetCacheRootPath(profile_.get()).Append(util::kMetadataDirectory),
121 util::GetCacheRootPath(profile_.get()).Append(
137 util::GetCacheRootPath(profile_.get()).Append(
217 util::GetCacheRootPath(profile_.get()).Append(util::kMetadataDirectory);
    [all...]
file_system_util_unittest.cc 176 TEST(FileSystemUtilTest, GetCacheRootPath) {
180 util::GetCacheRootPath(&profile));
drive_integration_service.cc 150 test_cache_root : util::GetCacheRootPath(profile)),
file_system_util.cc 262 base::FilePath GetCacheRootPath(Profile* profile) {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 615 const base::FilePath root_path = drive::util::GetCacheRootPath(profile);

Completed in 570 milliseconds