Lines Matching full:file_util
6 #include "base/file_util.h"
550 bool origin_file_exists = file_util::PathExists(origin_file);
556 bool downloaded_file_exists = file_util::PathExists(downloaded_file);
563 EXPECT_TRUE(file_util::GetFileSize(origin_file, &origin_file_size));
564 EXPECT_TRUE(file_util::GetFileSize(downloaded_file, &downloaded_file_size));
566 EXPECT_TRUE(file_util::ContentsEqual(downloaded_file, origin_file));
570 file_util::DieFileDie(downloaded_file, false);
634 bool downloaded_path_exists = file_util::PathExists(download_path);
640 EXPECT_TRUE(file_util::DieFileDie(download_path, true));
641 EXPECT_FALSE(file_util::PathExists(download_path));
772 if (file_util::VolumeSupportsADS(downloaded_file))
773 EXPECT_TRUE(file_util::HasInternetZoneIdentifier(downloaded_file));
814 EXPECT_FALSE(file_util::PathExists(file_path));
1272 file_util::GetFileSize(origin_file, &origin_size);