Lines Matching refs:GetDirectory
26 EXPECT_STREQ("/foo", fs_posix.GetDirectory().GetCString()); in TEST()
37 EXPECT_EQ(nullptr, fs_posix_root.GetDirectory().GetCString()); in TEST()
42 EXPECT_EQ(nullptr, fs_net_drive.GetDirectory().GetCString()); in TEST()
47 EXPECT_STREQ("//net", fs_net_root.GetDirectory().GetCString()); in TEST()
52 EXPECT_EQ(nullptr, fs_windows_drive.GetDirectory().GetCString()); in TEST()
57 EXPECT_STREQ("F:", fs_windows_root.GetDirectory().GetCString()); in TEST()
63 EXPECT_STREQ("/foo/bar", fs_posix_long.GetDirectory().GetCString()); in TEST()
74 EXPECT_STREQ("/foo", fs_posix_trailing_slash.GetDirectory().GetCString()); in TEST()
86 EXPECT_STREQ("/foo", fs_posix.GetDirectory().GetCString()); in TEST()
92 EXPECT_STREQ("/foo/bar", fs_posix_2.GetDirectory().GetCString()); in TEST()
105 EXPECT_STREQ("/", fs_posix_root.GetDirectory().GetCString()); in TEST()
119 EXPECT_STREQ("/foo", fs.GetDirectory().GetCString()); in TEST()
444 EXPECT_EQ(deserialized.GetDirectory(), fs_windows.GetDirectory()); in TEST()