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

  /external/chromium_org/components/storage_monitor/
removable_device_constants.cc 9 const char kFSUniqueIdPrefix[] = "UUID:";
removable_device_constants.h 15 extern const char kFSUniqueIdPrefix[];
storage_monitor_chromeos.cc 31 return kFSUniqueIdPrefix + uuid;
storage_monitor_chromeos_unittest.cc 54 kFSUniqueIdPrefix + unique_id);
332 kFSUniqueIdPrefix + kUniqueId);
storage_monitor_linux.cc 61 return kFSUniqueIdPrefix + uuid;

Completed in 455 milliseconds