Searched refs:normalized_file_a_path (Results 1 – 2 of 2) sorted by relevance
429 FilePath normalized_file_a_path, normalized_file_b_path; in TEST_F() local431 ASSERT_FALSE(NormalizeFilePath(file_a_path, &normalized_file_a_path)) in TEST_F()436 ASSERT_TRUE(NormalizeFilePath(file_a_path, &normalized_file_a_path)); in TEST_F()445 ASSERT_TRUE(normalized_file_a_path.DirName() in TEST_F()567 FilePath normalized_file_a_path, normalized_file_b_path; in TEST_F() local569 EXPECT_FALSE(NormalizeFilePath(file_a_path, &normalized_file_a_path)) in TEST_F()574 EXPECT_TRUE(NormalizeFilePath(file_a_path, &normalized_file_a_path)); in TEST_F()583 EXPECT_TRUE(normalized_file_a_path.DirName().IsParent( in TEST_F()
377 FilePath normalized_file_a_path, normalized_file_b_path; in TEST_F() local379 ASSERT_FALSE(NormalizeFilePath(file_a_path, &normalized_file_a_path)) in TEST_F()384 ASSERT_TRUE(NormalizeFilePath(file_a_path, &normalized_file_a_path)); in TEST_F()393 ASSERT_TRUE(normalized_file_a_path.DirName() in TEST_F()