Home | History | Annotate | Download | only in drive

Lines Matching defs:entry2

101   // Put entry2 as a child of entry1.
102 ResourceEntry entry2;
103 entry2.set_local_id(key2);
104 entry2.set_parent_local_id(key1);
105 entry2.set_base_name(name2);
106 EXPECT_EQ(FILE_ERROR_OK, storage_->PutEntry(entry2));
114 // Put entry3 as a child of entry2.
149 keys.push_back("entry2");
256 ResourceEntry entry2;
257 entry2.set_local_id(child_id1);
258 entry2.set_parent_local_id(parent_id1);
259 entry2.set_base_name(child_name1);
263 EXPECT_EQ(FILE_ERROR_OK, storage_->PutEntry(entry2));