HomeSort by relevance Sort by last modified time
    Searched defs:storage_id (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/components/storage_monitor/
media_transfer_protocol_device_observer_linux.cc 46 const std::string storage_id = local
48 if (storage_id.empty())
58 storage_info.volume_identifier() + ":" + storage_id);
portable_device_watcher_win.cc 245 // |storage_id|. On success, returns true and fills in |device_storage_id|.
247 const base::string16& storage_id,
249 if (device_serial_num.empty() && storage_id.empty())
255 base::UTF16ToUTF8(storage_id + L':' + device_serial_num));
625 const std::string& storage_id = storage_iter->object_persistent_id; local
626 DCHECK(!ContainsKey(storage_map_, storage_id));
630 MediaStorageUtil::RecordDeviceInfoHistogram(false, storage_id, name);
631 if (storage_id.empty() || name.empty())
638 StorageInfo info(storage_id, location, base::string16(), base::string16(),
640 storage_map_[storage_id] = info
660 std::string storage_id = storage_object_iter->object_persistent_id; local
    [all...]
  /external/chromium_org/ui/views/
view_unittest.cc 3660 const int storage_id = view_storage->CreateStorageID(); local
    [all...]
view.cc 2230 int storage_id = 0; local
    [all...]
  /external/libmtp/src/
libmtp.h 614 uint32_t storage_id; /**< ID of storage holding this file */ member in struct:LIBMTP_file_struct
628 uint32_t storage_id; /**< ID of storage holding this track */ member in struct:LIBMTP_track_struct
657 uint32_t storage_id; /**< ID of storage holding this playlist */ member in struct:LIBMTP_playlist_struct
670 uint32_t storage_id; /**< ID of storage holding this album */ member in struct:LIBMTP_album_struct
686 uint32_t storage_id; /**< ID of storage holding this folder */ member in struct:LIBMTP_folder_struct
    [all...]

Completed in 528 milliseconds