HomeSort by relevance Sort by last modified time
    Searched refs:src_file_path (Results 26 - 33 of 33) sorted by null

12

  /external/chromium_org/chrome/browser/chromeos/drive/
file_system.cc 418 void FileSystem::Copy(const base::FilePath& src_file_path,
425 src_file_path, dest_file_path, preserve_last_modified, callback);
428 void FileSystem::Move(const base::FilePath& src_file_path,
433 move_operation_->Move(src_file_path, dest_file_path, callback);
    [all...]
  /external/chromium_org/storage/browser/fileapi/
obfuscated_file_util.h 155 const base::FilePath& src_file_path,
obfuscated_file_util.cc 632 const base::FilePath& src_file_path,
639 if (!base::GetFileInfo(src_file_path, &src_platform_file_info))
685 src_file_path,
691 error = CreateFile(context, src_file_path, dest_url, &dest_file_info);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
async_file_util.cc 342 const base::FilePath& src_file_path,
356 src_file_path, dest_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/chrome/browser/chromeos/file_system_provider/fileapi/
provider_async_file_util.cc 407 const base::FilePath& src_file_path,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
device_media_async_file_util.cc 388 const base::FilePath& src_file_path,
  /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 754 milliseconds

12