Home | History | Annotate | Download | only in base

Lines Matching full:created

75   bool created = false;
79 &created, &error_code);
81 EXPECT_TRUE(created);
86 created = false;
89 &created, &error_code);
91 EXPECT_FALSE(created);
98 &created, &error_code);
100 EXPECT_FALSE(created);
107 &created, &error_code);
109 EXPECT_TRUE(created);
114 created = false;
121 &created, &error_code);
123 EXPECT_TRUE(created);
263 // Get info for a newly created file.