Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/files/
H A Dfile_util_unittest.cc424 FilePath file_a_path = temp_dir_.GetPath().Append(FPL("file_a")); in TEST_F() local
430 ASSERT_FALSE(PathExists(file_a_path)); in TEST_F()
431 ASSERT_FALSE(NormalizeFilePath(file_a_path, &normalized_file_a_path)) in TEST_F()
434 CreateTextFile(file_a_path, bogus_content); in TEST_F()
435 ASSERT_TRUE(PathExists(file_a_path)); in TEST_F()
436 ASSERT_TRUE(NormalizeFilePath(file_a_path, &normalized_file_a_path)); in TEST_F()
562 FilePath file_a_path = temp_dir_.GetPath().Append(FPL("file_empty_a")); in TEST_F() local
568 ASSERT_FALSE(PathExists(file_a_path)); in TEST_F()
569 EXPECT_FALSE(NormalizeFilePath(file_a_path, &normalized_file_a_path)) in TEST_F()
572 CreateTextFile(file_a_path, empty_content); in TEST_F()
[all …]
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_util_unittest.cc372 FilePath file_a_path = temp_dir_.GetPath().Append(FPL("file_a")); in TEST_F() local
378 ASSERT_FALSE(PathExists(file_a_path)); in TEST_F()
379 ASSERT_FALSE(NormalizeFilePath(file_a_path, &normalized_file_a_path)) in TEST_F()
382 CreateTextFile(file_a_path, bogus_content); in TEST_F()
383 ASSERT_TRUE(PathExists(file_a_path)); in TEST_F()
384 ASSERT_TRUE(NormalizeFilePath(file_a_path, &normalized_file_a_path)); in TEST_F()