Home | History | Annotate | Download | only in base

Lines Matching refs:normalized_path

368   FilePath normalized_path;
384 ASSERT_TRUE(NormalizeFilePath(file_txt, &normalized_path));
385 ASSERT_STREQ(file_txt.value().c_str(), normalized_path.value().c_str());
390 &normalized_path));
391 ASSERT_STREQ(file_txt.value().c_str(), normalized_path.value().c_str());
399 &normalized_path));
400 ASSERT_STREQ(file_txt.value().c_str(), normalized_path.value().c_str());
413 ASSERT_FALSE(NormalizeFilePath(long_path, &normalized_path));
418 &normalized_path));
425 &normalized_path));
596 FilePath normalized_path;
597 ASSERT_TRUE(NormalizeFilePath(link_from, &normalized_path));
599 EXPECT_EQ(link_to.BaseName().value(), normalized_path.BaseName().value());
600 EXPECT_EQ(link_to.BaseName().value(), normalized_path.BaseName().value());
609 EXPECT_FALSE(NormalizeFilePath(link_from, &normalized_path))
621 EXPECT_FALSE(NormalizeFilePath(link_from, &normalized_path));