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

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation_unittest.cc 38 const base::FilePath local_src_path = temp_dir().AppendASCII("local.txt"); local
44 google_apis::test_util::WriteStringToFile(local_src_path, "hello"));
53 local_src_path,
72 const base::FilePath local_src_path = temp_dir().AppendASCII("local.txt"); local
78 google_apis::test_util::WriteStringToFile(local_src_path, "hello"));
86 local_src_path,
106 const base::FilePath local_src_path = temp_dir().AppendASCII("local.gdoc"); local
113 local_src_path,
124 local_src_path,
140 const base::FilePath local_src_path = temp_dir().AppendASCII("local.gdoc") local
176 const base::FilePath local_src_path = temp_dir().AppendASCII("local.gdoc"); local
    [all...]
copy_operation.h 96 const base::FilePath& local_src_path,
132 void ScheduleTransferRegularFile(const base::FilePath& local_src_path,
138 const base::FilePath& local_src_path,
copy_operation.cc 201 const base::FilePath& local_src_path,
213 return cache->Store(*local_id, std::string(), local_src_path,
221 const base::FilePath& local_src_path,
236 if (util::HasGDocFileExtension(local_src_path))
237 *gdoc_resource_id = util::ReadResourceIdFromGDocFile(local_src_path);
365 const base::FilePath& local_src_path,
378 metadata_, local_src_path, remote_dest_path,
383 local_src_path, remote_dest_path, callback,
388 const base::FilePath& local_src_path,
404 ScheduleTransferRegularFile(local_src_path, remote_dest_path, callback)
    [all...]

Completed in 141 milliseconds