Searched refs:HasDcim (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/storage_monitor/
H A Dmedia_storage_util.h32 static bool HasDcim(const base::FilePath& mount_point);
H A Dmedia_storage_util_unittest.cc38 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
H A Dmedia_storage_util.cc95 bool MediaStorageUtil::HasDcim(const base::FilePath& mount_point) { function in class:storage_monitor::MediaStorageUtil
H A Dstorage_monitor_chromeos.cc83 return MediaStorageUtil::HasDcim(base::FilePath(mount_info.mount_path));
H A Dstorage_monitor_linux.cc177 if (MediaStorageUtil::HasDcim(mount_point))
H A Dvolume_mount_watcher_win.cc161 if (MediaStorageUtil::HasDcim(base::FilePath(mount_point)))

Completed in 251 milliseconds