Home
last modified time | relevance | path

Searched refs:cache_root_directory_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
Ddrive_integration_service.cc222 cache_root_directory_(!test_cache_root.empty() ? in DriveIntegrationService()
254 cache_root_directory_.Append(kMetadataDirectory), in DriveIntegrationService()
258 cache_root_directory_.Append(kCacheFileDirectory), in DriveIntegrationService()
275 cache_root_directory_.Append(kTemporaryFileDirectory))); in DriveIntegrationService()
483 cache_root_directory_, in Initialize()
519 cache_root_directory_.Append(kTemporaryFileDirectory)); in InitializeAfterMetadataInitialized()
Ddrive_integration_service.h168 base::FilePath cache_root_directory_; variable