Searched refs:PreReadFile (Results 1 – 5 of 5) sorted by relevance
/external/cronet/net/extras/sqlite/ |
D | sqlite_persistent_store_backend_base.cc | 114 base::PreReadFile(path_, /*is_executable=*/false, kPreReadSize); in InitializeDatabase()
|
/external/cronet/base/files/ |
D | file_util.h | 617 BASE_EXPORT bool PreReadFile(
|
D | file_util_unittest.cc | 4494 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()
|
D | file_util_win.cc | 1106 bool PreReadFile(const FilePath& file_path, in PreReadFile() function
|
D | file_util_posix.cc | 1215 bool PreReadFile(const FilePath& file_path, in PreReadFile() function
|