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

  /external/chromium_org/components/storage_monitor/
media_storage_util.h 44 static bool GetDeviceInfoFromPath(const base::FilePath& path,
media_storage_util.cc 137 // TODO(kmadhusu) Write unit tests for GetDeviceInfoFromPath().
138 bool MediaStorageUtil::GetDeviceInfoFromPath(const base::FilePath& path,
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc 296 MediaStorageUtil::GetDeviceInfoFromPath(path, &info, &relative_path);
351 MediaStorageUtil::GetDeviceInfoFromPath(path, &info, &relative_path);
376 MediaStorageUtil::GetDeviceInfoFromPath(path, &info, &relative_path);
403 MediaStorageUtil::GetDeviceInfoFromPath(path, &info, &relative_path);
457 MediaStorageUtil::GetDeviceInfoFromPath(path, &other_info, &relative_path);
568 MediaStorageUtil::GetDeviceInfoFromPath(path, &info, &relative_path);
606 MediaStorageUtil::GetDeviceInfoFromPath(path, &info, &relative_path);
643 MediaStorageUtil::GetDeviceInfoFromPath(path, &info, &relative_path);
686 MediaStorageUtil::GetDeviceInfoFromPath(path, &info, &relative_path);
722 MediaStorageUtil::GetDeviceInfoFromPath(path, &info, &relative_path)
    [all...]
media_galleries_preferences.cc 528 if (MediaStorageUtil::GetDeviceInfoFromPath(path, &info, &relative_path)) {
685 if (!MediaStorageUtil::GetDeviceInfoFromPath(path, &info, &relative_path)) {
    [all...]

Completed in 61 milliseconds