OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindLastDirComponent
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/gn/
filesystem_utils_unittest.cc
77
TEST(FilesystemUtils,
FindLastDirComponent
) {
79
EXPECT_EQ("",
FindLastDirComponent
(empty));
82
EXPECT_EQ("",
FindLastDirComponent
(root));
85
EXPECT_EQ("",
FindLastDirComponent
(srcroot));
88
EXPECT_EQ("foo",
FindLastDirComponent
(regular1));
91
EXPECT_EQ("bar",
FindLastDirComponent
(regular2));
filesystem_utils.h
83
base::StringPiece
FindLastDirComponent
(const SourceDir& dir);
ninja_build_writer.cc
215
if (
FindLastDirComponent
(label.dir()) == label.name()) {
filesystem_utils.cc
295
base::StringPiece
FindLastDirComponent
(const SourceDir& dir) {
Completed in 1715 milliseconds