Lines Matching refs:getPath

71     fs::path path = file.getPath();  in TEST()
88 EXPECT_FALSE(file1.getPath().empty()); in TEST()
89 EXPECT_TRUE(fs::exists(file1.getPath())); in TEST()
92 fs::path path = file1.getPath(); in TEST()
98 EXPECT_TRUE(file1.getPath().empty()); in TEST()
101 EXPECT_EQ(file2.getPath(), path); in TEST()
102 EXPECT_TRUE(fs::exists(file2.getPath())); in TEST()
111 EXPECT_FALSE(file1.getPath().empty()); in TEST()
112 EXPECT_TRUE(fs::exists(file1.getPath())); in TEST()
115 fs::path path1 = file1.getPath(); in TEST()
119 EXPECT_FALSE(file2.getPath().empty()); in TEST()
120 EXPECT_TRUE(fs::exists(file2.getPath())); in TEST()
123 fs::path path2 = file2.getPath(); in TEST()
132 EXPECT_TRUE(file1.getPath().empty()); in TEST()
135 EXPECT_EQ(file2.getPath(), path1); in TEST()
146 EXPECT_FALSE(file.getPath().empty()); in TEST()
147 EXPECT_TRUE(fs::exists(file.getPath())); in TEST()
150 fs::path path = file.getPath(); in TEST()
156 EXPECT_EQ(file.getPath(), path); in TEST()
164 EXPECT_FALSE(file1.getPath().empty()); in TEST()
165 EXPECT_TRUE(fs::exists(file1.getPath())); in TEST()
168 fs::path path1 = file1.getPath(); in TEST()
172 EXPECT_FALSE(file2.getPath().empty()); in TEST()
173 EXPECT_TRUE(fs::exists(file2.getPath())); in TEST()
176 fs::path path2 = file2.getPath(); in TEST()
196 EXPECT_EQ(file1.getPath(), path1); in TEST()
200 EXPECT_EQ(file2.getPath(), path2); in TEST()
215 path = file.getPath(); in TEST()
226 path = file.getPath(); in TEST()
240 path = file.getPath(); in TEST()
264 EXPECT_FALSE(file.getPath().empty()); in TEST()
265 EXPECT_TRUE(fs::exists(file.getPath())); in TEST()
268 fs::path path = file.getPath(); in TEST()
274 EXPECT_TRUE(file.getPath().empty()); in TEST()
279 EXPECT_TRUE(file.getPath().empty()); in TEST()
287 EXPECT_FALSE(file.getPath().empty()); in TEST()
288 EXPECT_TRUE(fs::exists(file.getPath())); in TEST()
291 makeFileUnRemovable(file.getPath()); in TEST()
305 makeFileRemovable(file.getPath()); in TEST()
312 EXPECT_FALSE(file.getPath().empty()); in TEST()
313 EXPECT_EQ(file.getPath().parent_path(), "/tmp"); in TEST()
314 EXPECT_TRUE(fs::exists(file.getPath())); in TEST()