Searched refs:non_default_path (Results 1 – 3 of 3) sorted by relevance
402 FilePath non_default_path("path"); in TEST() local403 non_default_path = default_path; in TEST()404 EXPECT_STREQ("", non_default_path.c_str()); in TEST()409 FilePath non_default_path("path"); in TEST() local411 default_path = non_default_path; in TEST()413 EXPECT_STREQ("path", non_default_path.c_str()); // RHS var is unchanged. in TEST()418 FilePath non_default_path("path"); in TEST() local419 non_default_path = const_default_path; in TEST()420 EXPECT_STREQ("const_path", non_default_path.c_str()); in TEST()
488 FilePath non_default_path("path"); in TEST() local489 non_default_path = default_path; in TEST()490 EXPECT_STREQ("", non_default_path.c_str()); in TEST()495 FilePath non_default_path("path"); in TEST() local497 default_path = non_default_path; in TEST()499 EXPECT_STREQ("path", non_default_path.c_str()); // RHS var is unchanged. in TEST()504 FilePath non_default_path("path"); in TEST() local505 non_default_path = const_default_path; in TEST()506 EXPECT_STREQ("const_path", non_default_path.c_str()); in TEST()