Home
last modified time | relevance | path

Searched refs:FindLastDirComponent (Results 1 – 5 of 5) sorted by relevance

/third_party/gn/src/gn/
Dfilesystem_utils_unittest.cc83 TEST(FilesystemUtils, FindLastDirComponent) { in TEST() argument
85 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()
Dfilesystem_utils.h74 std::string_view FindLastDirComponent(const SourceDir& dir);
Dvisual_studio_writer.cc846 FindLastDirComponent(SourceDir(std::string(folder_path)))), in ResolveSolutionFolders()
893 FindLastDirComponent(SourceDir(std::string(parent_path)))), in ResolveSolutionFolders()
Dninja_build_writer.cc595 if (FindLastDirComponent(label.dir()) == label.name()) {
Dfilesystem_utils.cc296 std::string_view FindLastDirComponent(const SourceDir& dir) { in FindLastDirComponent() function