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

  /external/chromium_org/components/storage_monitor/
media_storage_util.h 32 static bool HasDcim(const base::FilePath& mount_point);
media_storage_util_unittest.cc 38 EXPECT_TRUE(MediaStorageUtil::HasDcim(mount_point));
42 EXPECT_FALSE(MediaStorageUtil::HasDcim(mount_point));
92 // Test to verify that HasDcim() function returns true for the given media
105 // Test to verify that HasDcim() function returns false for a given non-media
media_storage_util.cc 95 bool MediaStorageUtil::HasDcim(const base::FilePath& mount_point) {
storage_monitor_chromeos.cc 83 return MediaStorageUtil::HasDcim(base::FilePath(mount_info.mount_path));
storage_monitor_linux.cc 177 if (MediaStorageUtil::HasDcim(mount_point))
volume_mount_watcher_win.cc 161 if (MediaStorageUtil::HasDcim(base::FilePath(mount_point)))

Completed in 79 milliseconds