Home | History | Annotate | Download | only in Basic

Lines Matching full:file1

404   Lower->addRegularFile("/file1");
405 checkContents(O->dir_begin("/", EC), ArrayRef<StringRef>("/file1"));
409 const char *Contents[] = {"/file2", "/file1"};
419 const char *Contents[] = {"/dir2", "/file2", "/dir1", "/file1"};
437 Lower->addRegularFile("/file1");
439 ArrayRef<StringRef>("/file1"));
444 const char *Contents[] = {"/dir", "/dir/file2", "/file1"};
466 "/dir1/a/b", "/dir1/foo", "/file1" };
487 Lower->addRegularFile("/file1");
490 const char *Contents[] = {"/file3", "/file2", "/file1"};
713 " 'name': 'file1',\n"
733 ErrorOr<vfs::Status> S = O->status("//root/file1");
744 auto OpenedF = O->openFileForRead("//root/file1");
1050 " 'name': 'file1',\n"
1071 const char *Contents[] = {"//root/file1", "//root/file2", "//root/file3",