Searched refs:FindLastDirComponent (Results 1 – 5 of 5) sorted by relevance
83 TEST(FilesystemUtils, FindLastDirComponent) { in TEST() argument85 EXPECT_EQ("", FindLastDirComponent(empty)); in TEST()88 EXPECT_EQ("", FindLastDirComponent(root)); in TEST()91 EXPECT_EQ("", FindLastDirComponent(srcroot)); in TEST()94 EXPECT_EQ("foo", FindLastDirComponent(regular1)); in TEST()97 EXPECT_EQ("bar", FindLastDirComponent(regular2)); in TEST()
74 std::string_view FindLastDirComponent(const SourceDir& dir);
846 FindLastDirComponent(SourceDir(std::string(folder_path)))), in ResolveSolutionFolders()893 FindLastDirComponent(SourceDir(std::string(parent_path)))), in ResolveSolutionFolders()
595 if (FindLastDirComponent(label.dir()) == label.name()) {
296 std::string_view FindLastDirComponent(const SourceDir& dir) { in FindLastDirComponent() function