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

  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_task_helper.h 51 // Dispatches the GetFileInfoByPath request to the
61 void GetFileInfoByPath(
mtp_device_task_helper.cc 77 void MTPDeviceTaskHelper::GetFileInfoByPath(
85 GetMediaTransferProtocolManager()->GetFileInfoByPath(
132 GetMediaTransferProtocolManager()->GetFileInfoByPath(
mtp_device_delegate_impl_linux.cc 120 task_helper->GetFileInfoByPath(file_path, success_callback, error_callback);
  /external/chromium_org/components/storage_monitor/
test_media_transfer_protocol_manager_linux.h 49 virtual void GetFileInfoByPath(const std::string& storage_handle,
test_media_transfer_protocol_manager_linux.cc 76 void TestMediaTransferProtocolManagerLinux::GetFileInfoByPath(
  /external/chromium_org/device/media_transfer_protocol/
media_transfer_protocol_manager.h 54 // A callback to handle the result of GetFileInfoByPath/Id.
125 virtual void GetFileInfoByPath(const std::string& storage_handle,
media_transfer_protocol_daemon_client.h 66 // A callback to handle the result of GetFileInfoByPath/Id.
145 // Calls GetFileInfoByPath method. |callback| is called after the method
147 virtual void GetFileInfoByPath(const std::string& handle,
media_transfer_protocol_manager.cc 231 virtual void GetFileInfoByPath(const std::string& storage_handle,
240 mtp_client_->GetFileInfoByPath(
media_transfer_protocol_daemon_client.cc 184 virtual void GetFileInfoByPath(const std::string& handle,
366 // Handles the result of GetFileInfoByPath/Id and calls |callback| or

Completed in 90 milliseconds