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

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
move_operation_unittest.cc 42 ResourceEntry src_entry, dest_entry; local
45 GetLocalResourceEntry(dest_path, &dest_entry));
55 EXPECT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(dest_path, &dest_entry));
56 EXPECT_EQ(src_entry.local_id(), dest_entry.local_id());
57 EXPECT_EQ(ResourceEntry::DIRTY, dest_entry.metadata_edit_state());
72 ResourceEntry src_entry, dest_entry; local
75 GetLocalResourceEntry(dest_path, &dest_entry));
85 EXPECT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(dest_path, &dest_entry));
86 EXPECT_EQ(src_entry.local_id(), dest_entry.local_id());
87 EXPECT_EQ(ResourceEntry::DIRTY, dest_entry.metadata_edit_state())
105 ResourceEntry src_entry, dest_entry; local
209 ResourceEntry src_entry, dest_entry; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/sync/
entry_update_performer_unittest.cc 38 ResourceEntry src_entry, dest_entry; local
40 EXPECT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(dest_path, &dest_entry));
48 src_entry.set_parent_local_id(dest_entry.local_id());
93 EXPECT_EQ(dest_entry.resource_id(),

Completed in 220 milliseconds