HomeSort by relevance Sort by last modified time
    Searched full:existing_local_id (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/sync/
entry_update_performer.cc 125 std::string existing_local_id; local
127 file_resource->file_id(), &existing_local_id);
130 if (existing_local_id != local_id) {
132 error = metadata->GetFilePath(existing_local_id, &existing_entry_path);
135 error = metadata->RemoveEntry(existing_local_id);

Completed in 445 milliseconds