Searched defs:device_file_relative_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmtp_device_async_delegate.cc10 const std::string& device_file_relative_path,
14 : device_file_relative_path(device_file_relative_path),
9 ReadBytesRequest( const std::string& device_file_relative_path, net::IOBuffer* buf, int64 offset, int buf_len, const ReadBytesSuccessCallback& success_callback, const ErrorCallback& error_callback) argument
H A Dmtp_device_async_delegate.h52 ReadBytesRequest(const std::string& device_file_relative_path,
58 std::string device_file_relative_path; member in struct:MTPDeviceAsyncDelegate::ReadBytesRequest
/external/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_device_delegate_impl_linux.cc236 std::string device_file_relative_path = GetDeviceRelativePath(device_path_, local
242 device_file_relative_path,
246 device_file_relative_path,
263 std::string device_file_relative_path = local
266 new SnapshotRequestInfo(device_file_relative_path,
274 device_file_relative_path,
296 std::string device_file_relative_path = local
300 device_file_relative_path, buf, offset, buf_len,

Completed in 81 milliseconds