HomeSort by relevance Sort by last modified time
    Searched full:local_src_path (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation_unittest.cc 36 const base::FilePath local_src_path = temp_dir().AppendASCII("local.txt"); local
42 google_apis::test_util::WriteStringToFile(local_src_path, "hello"));
51 local_src_path,
83 const base::FilePath local_src_path = temp_dir().AppendASCII("local.txt"); local
91 google_apis::test_util::WriteStringToFile(local_src_path,
100 local_src_path,
112 local_src_path,
120 const base::FilePath local_src_path = temp_dir().AppendASCII("local.gdoc"); local
127 local_src_path,
138 local_src_path,
    [all...]
copy_operation.cc 99 const base::FilePath& local_src_path,
112 *local_id, entry.file_specific_info().md5(), local_src_path,
128 const base::FilePath& local_src_path,
144 if (util::HasGDocFileExtension(local_src_path)) {
145 *gdoc_resource_id = util::ReadResourceIdFromGDocFile(local_src_path);
240 const base::FilePath& local_src_path,
253 metadata_, local_src_path, remote_dest_path,
258 local_src_path, remote_dest_path, callback,
263 const base::FilePath& local_src_path,
279 ScheduleTransferRegularFile(local_src_path, remote_dest_path, callback)
    [all...]
copy_operation.h 91 const base::FilePath& local_src_path,
121 void ScheduleTransferRegularFile(const base::FilePath& local_src_path,
128 const base::FilePath& local_src_path,
136 const base::FilePath& local_src_path,
145 const base::FilePath& local_src_path,

Completed in 606 milliseconds