Searched refs:fs_windows_trailing_slash (Results 1 – 1 of 1) sorted by relevance
77 FileSpec fs_windows_trailing_slash("F:\\bar\\", FileSpec::Style::windows); in TEST() local78 EXPECT_STREQ("F:\\bar", fs_windows_trailing_slash.GetPath().c_str()); in TEST()79 EXPECT_STREQ("bar", fs_windows_trailing_slash.GetFilename().GetCString()); in TEST()