Searched refs:dcim_dir (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/storage_monitor/
H A Dmedia_storage_util.cc98 base::FilePath::StringType dcim_dir(kDCIMDirectoryName);
99 if (!base::DirectoryExists(mount_point.Append(dcim_dir))) {
102 mount_point.Append(base::StringToLowerASCII(dcim_dir)));
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_file_system_registry_unittest.cc291 base::FilePath dcim_dir() { function in class:MediaFileSystemRegistryTest
883 dcim_dir());
938 dcim_dir());
939 CheckNewGalleryInfo(GetProfileState(0U), galleries_info, dcim_dir(),
987 dcim_dir());
991 EXPECT_EQ(dcim_dir().value(), pref_info.AbsolutePath().value());
997 EXPECT_EQ(dcim_dir().Append(pref_info_with_relpath.path).value(),

Completed in 1132 milliseconds