OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:local_file_md5
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
api_util.h
77
const std::string&
local_file_md5
,
175
const std::string&
local_file_md5
,
180
void DownloadFileInternal(const std::string&
local_file_md5
,
api_util_interface.h
131
// |
local_file_md5
| represents the hash value of the local file to be updated.
132
// If |
local_file_md5
| is equal to remote file's value, cancels the download
134
// When there is no local file to be updated, |
local_file_md5
| should be
137
const std::string&
local_file_md5
,
fake_api_util.h
81
const std::string&
local_file_md5
,
api_util.cc
501
const std::string&
local_file_md5
,
513
AsWeakPtr(), resource_id,
local_file_md5
,
742
const std::string&
local_file_md5
,
759
local_file_md5
,
765
const std::string&
local_file_md5
,
781
if (
local_file_md5
== entry->file_md5()) {
783
local_file_md5
,
[
all
...]
drive_file_sync_service.cc
907
std::string
local_file_md5
;
local
915
local_file_md5
= metadata.md5_checksum();
925
local_file_md5
.clear();
928
local_file_md5
= pending_change.md5_checksum;
[
all
...]
fake_api_util.cc
146
const std::string&
local_file_md5
,
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
local_to_remote_syncer.h
72
const std::string&
local_file_md5
);
local_to_remote_syncer.cc
401
const std::string&
local_file_md5
) {
402
if (
local_file_md5
== remote_file_tracker_->synced_details().md5()) {
Completed in 468 milliseconds