Home
last modified time | relevance | path

Searched refs:PreReadFile (Results 1 – 5 of 5) sorted by relevance

/external/cronet/net/extras/sqlite/
Dsqlite_persistent_store_backend_base.cc114 base::PreReadFile(path_, /*is_executable=*/false, kPreReadSize); in InitializeDatabase()
/external/cronet/base/files/
Dfile_util.h617 BASE_EXPORT bool PreReadFile(
Dfile_util_unittest.cc4494 EXPECT_TRUE(PreReadFile(text_file, /*is_executable=*/false)); in TEST_F()
4501 EXPECT_TRUE(PreReadFile(text_file, /*is_executable=*/false, in TEST_F()
4509 EXPECT_TRUE(PreReadFile(text_file, /*is_executable=*/false, in TEST_F()
4517 EXPECT_TRUE(PreReadFile(text_file, /*is_executable=*/false, in TEST_F()
4525 EXPECT_TRUE(PreReadFile(text_file, /*is_executable=*/false, /*max_bytes=*/0)); in TEST_F()
4534 PreReadFile(text_file, /*is_executable=*/false); in TEST_F()
4540 EXPECT_TRUE(PreReadFile(text_file, /*is_executable=*/false, /*max_bytes=*/0)); in TEST_F()
4545 EXPECT_FALSE(PreReadFile(inexistent_file, /*is_executable=*/false)); in TEST_F()
4558 EXPECT_TRUE(PreReadFile(test_exe, /*is_executable=*/true)); in TEST_F()
Dfile_util_win.cc1106 bool PreReadFile(const FilePath& file_path, in PreReadFile() function
Dfile_util_posix.cc1215 bool PreReadFile(const FilePath& file_path, in PreReadFile() function