Home
last modified time | relevance | path

Searched refs:normalized_file_b_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/files/
H A Dfile_util_unittest.cc429 FilePath normalized_file_a_path, normalized_file_b_path; in TEST_F() local
440 ASSERT_TRUE(NormalizeFilePath(file_b_path, &normalized_file_b_path)); in TEST_F()
446 .IsParent(normalized_file_b_path.DirName())); in TEST_F()
567 FilePath normalized_file_a_path, normalized_file_b_path; in TEST_F() local
578 EXPECT_TRUE(NormalizeFilePath(file_b_path, &normalized_file_b_path)); in TEST_F()
584 normalized_file_b_path.DirName())); in TEST_F()
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_util_unittest.cc377 FilePath normalized_file_a_path, normalized_file_b_path; in TEST_F() local
388 ASSERT_TRUE(NormalizeFilePath(file_b_path, &normalized_file_b_path)); in TEST_F()
394 .IsParent(normalized_file_b_path.DirName())); in TEST_F()