Lines Matching refs:RemoveLastPathComponent
344 TEST(FileSpecTest, RemoveLastPathComponent) { in TEST() argument
347 EXPECT_TRUE(fs_posix.RemoveLastPathComponent()); in TEST()
349 EXPECT_TRUE(fs_posix.RemoveLastPathComponent()); in TEST()
351 EXPECT_TRUE(fs_posix.RemoveLastPathComponent()); in TEST()
353 EXPECT_FALSE(fs_posix.RemoveLastPathComponent()); in TEST()
358 EXPECT_TRUE(fs_posix_relative.RemoveLastPathComponent()); in TEST()
360 EXPECT_TRUE(fs_posix_relative.RemoveLastPathComponent()); in TEST()
362 EXPECT_FALSE(fs_posix_relative.RemoveLastPathComponent()); in TEST()
367 EXPECT_FALSE(fs_posix_relative2.RemoveLastPathComponent()); in TEST()
369 EXPECT_FALSE(fs_posix_relative.RemoveLastPathComponent()); in TEST()
374 EXPECT_TRUE(fs_windows.RemoveLastPathComponent()); in TEST()
376 EXPECT_TRUE(fs_windows.RemoveLastPathComponent()); in TEST()
378 EXPECT_TRUE(fs_windows.RemoveLastPathComponent()); in TEST()
380 EXPECT_TRUE(fs_windows.RemoveLastPathComponent()); in TEST()
382 EXPECT_FALSE(fs_windows.RemoveLastPathComponent()); in TEST()