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

  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache_unittest.cc 174 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); local
176 EXPECT_TRUE(google_apis::test_util::WriteStringToFile(src_file_path,
188 EXPECT_EQ(FILE_ERROR_OK, cache_->Store(id, md5, src_file_path,
214 EXPECT_EQ(FILE_ERROR_OK, cache_->Store(id, md5, src_file_path,
228 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); local
230 EXPECT_TRUE(google_apis::test_util::WriteStringToFile(src_file_path,
240 id, md5, src_file_path, FileCache::FILE_OPERATION_COPY));
248 EXPECT_TRUE(base::ContentsEqual(src_file_path, cache_file_path));
257 id, std::string(), src_file_path, FileCache::FILE_OPERATION_COPY));
268 id, md5, src_file_path, FileCache::FILE_OPERATION_COPY))
272 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); local
322 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); local
403 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); local
476 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); local
    [all...]
  /external/chromium_org/storage/browser/fileapi/
local_file_util.cc 194 base::FilePath src_file_path; local
195 base::File::Error error = GetLocalFilePath(context, src_url, &src_file_path);
205 src_file_path,
213 const base::FilePath& src_file_path,
215 if (src_file_path.empty())
224 src_file_path,
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation.cc 29 base::FilePath src_file_path; member in struct:drive::file_system::CopyOperation::CopyParams
77 FileError error = metadata->GetResourceEntryByPath(params->src_file_path,
298 void CopyOperation::Copy(const base::FilePath& src_file_path,
306 params->src_file_path = src_file_path;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util.cc 249 const base::FilePath& src_file_path,
258 src_file_path, dest_url, callback));
374 const base::FilePath& src_file_path,
379 CopyInForeignFileSync(context.get(), src_file_path, dest_url);
446 base::FilePath src_file_path; local
451 &src_file_path);
454 if (storage::NativeFileUtil::DirectoryExists(src_file_path))
473 src_file_path,
481 const base::FilePath& src_file_path,
484 if (src_file_path.empty()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager_browsertest.cc 309 base::FilePath src_file_path = test_data_dir.Append(src_file_path_str); local
310 EXPECT_TRUE(base::PathExists(src_file_path));
311 EXPECT_TRUE(base::ContentsEqual(src_file_path, crx_path));
  /external/chromium_org/third_party/leveldatabase/
env_chromium.cc 545 base::FilePath src_file_path = CreateFilePath(src); local
546 if (!::base::PathExists(src_file_path))
553 if (base::ReplaceFile(src_file_path, destination, &error))
  /external/chromium_org/content/browser/fileapi/
obfuscated_file_util_unittest.cc 547 base::FilePath src_file_path = root_file_path.AppendASCII("file_name"); local
551 base::File file(src_file_path,
580 src_file_path, dest_url));
587 src_file_path, dest_url));
598 EXPECT_NE(data_path, src_file_path);
    [all...]

Completed in 1360 milliseconds