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

  /external/chromium_org/components/storage_monitor/
test_portable_device_watcher_win.cc 90 std::string storage_unique_id = GetMTPStorageUniqueId(pnp_device_id, local
93 *device_location = base::UTF8ToUTF16("\\\\" + storage_unique_id);
96 *unique_id = storage_unique_id;
portable_device_watcher_win.h 89 const std::string& storage_unique_id);
portable_device_watcher_win.cc 544 const std::string& storage_unique_id) {
547 DCHECK(!storage_unique_id.empty());
548 return base::UTF8ToUTF16("\\\\" + storage_unique_id);

Completed in 4226 milliseconds