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

  /external/chromium_org/chrome/browser/drive/
drive_api_util.h 127 std::string GetMd5Digest(const base::FilePath& file_path);
drive_api_util_unittest.cc 319 TEST(DriveAPIUtilTest, GetMd5Digest) {
327 EXPECT_EQ(base::MD5String(kTestData), GetMd5Digest(path));
drive_api_util.cc 560 std::string GetMd5Digest(const base::FilePath& file_path) {
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
update_operation.cc 58 const std::string& md5 = util::GetMd5Digest(local_state->cache_file_path);
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache.cc 398 it->second.md5 == util::GetMd5Digest(current)) {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
local_to_remote_syncer.cc 346 base::Bind(&drive::util::GetMd5Digest, local_path_),
remote_to_local_syncer.cc 708 base::Bind(&drive::util::GetMd5Digest, path),

Completed in 1496 milliseconds