Home | History | Annotate | Download | only in drive

Lines Matching refs:dir1

197   // Sets up a filesystem with directories: drive/root, drive/root/Dir1,
198 // drive/root/Dir1/SubDir2 and files drive/root/File1, drive/root/Dir1/File2,
199 // drive/root/Dir1/SubDir2/File3. If |use_up_to_date_timestamp| is true, sets
251 // drive/root/Dir1
252 ResourceEntry dir1;
253 dir1.set_title("Dir1");
254 dir1.set_resource_id("resource_id:Dir1");
255 dir1.set_parent_local_id(root.local_id());
256 dir1.mutable_file_info()->set_is_directory(true);
257 ASSERT_EQ(FILE_ERROR_OK, resource_metadata->AddEntry(dir1, &local_id));
260 // drive/root/Dir1/File2
270 // drive/root/Dir1/SubDir2
279 // drive/root/Dir1/SubDir2/File3
688 FILE_PATH_LITERAL("drive/root/Dir1"))));
690 FILE_PATH_LITERAL("drive/root/Dir1/File2"))));
692 FILE_PATH_LITERAL("drive/root/Dir1/SubDir2"))));
694 FILE_PATH_LITERAL("drive/root/Dir1/SubDir2/File3"))));
715 // The list of resources in "drive/root/Dir1" should be fetched.
717 FILE_PATH_LITERAL("drive/root/Dir1"))));
729 FILE_PATH_LITERAL("drive/root/Dir1/NonExistentFile"))));