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

  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache.h 129 // |dest_directory|.
133 const base::FilePath& dest_directory,
drive_integration_service.cc 139 base::FilePath dest_directory = downloads_directory.Append( local
141 for (int uniquifier = 1; base::PathExists(dest_directory); ++uniquifier) {
142 dest_directory = downloads_directory.Append(
153 << "Recovering cache files to " << dest_directory.value();
154 if (!cache->RecoverFilesFromCacheDirectory(dest_directory,
file_cache_unittest.cc 795 const base::FilePath dest_directory = temp_dir_.path().AppendASCII("dest"); local
796 EXPECT_TRUE(cache_->RecoverFilesFromCacheDirectory(dest_directory,
800 EXPECT_TRUE(base::PathExists(dest_directory));
802 if (base::PathExists(dest_directory.AppendASCII("baz00000001.png"))) {
805 dest_directory.AppendASCII("baz00000001.png")));
808 dest_directory.AppendASCII("image00000002.png")));
812 dest_directory.AppendASCII("image00000001.png")));
815 dest_directory.AppendASCII("baz00000002.png")));
818 dest_directory.AppendASCII("image00000003.png")));
    [all...]
file_cache.cc 372 const base::FilePath& dest_directory,
450 const base::FilePath& dest_path = dest_directory.Append(dest_base_name)
452 if (!base::CreateDirectory(dest_directory) ||

Completed in 217 milliseconds