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

  /external/chromium_org/chrome/browser/storage_monitor/
removable_device_constants.cc 18 const base::FilePath::CharType kDCIMDirectoryName[] = FILE_PATH_LITERAL("DCIM");
removable_device_constants.h 25 extern const base::FilePath::CharType kDCIMDirectoryName[];
media_storage_util_unittest.cc 57 path = path.Append(kDCIMDirectoryName);
storage_monitor_linux_unittest.cc 237 scoped_temp_dir_.path().AppendASCII(dir).Append(kDCIMDirectoryName);
268 path = path.Append(kDCIMDirectoryName);
558 base::DeleteFile(test_path_b.Append(kDCIMDirectoryName), false);
media_storage_util.cc 96 base::FilePath::StringType dcim_dir(kDCIMDirectoryName);
storage_monitor_chromeos_unittest.cc 238 path = path.Append(kDCIMDirectoryName);
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry_unittest.cc 774 ASSERT_TRUE(base::CreateDirectory(dcim_dir_.Append(kDCIMDirectoryName)));
    [all...]

Completed in 29 milliseconds