Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dfile.h73 static void WaitForPendingIOForTesting(int* num_pending_io);
H A Dfile_posix.cc135 void File::WaitForPendingIOForTesting(int* num_pending_io) { in WaitForPendingIOForTesting() function in disk_cache::File
H A Dfile_win.cc269 void File::WaitForPendingIOForTesting(int* num_pending_io) { in WaitForPendingIOForTesting() function in disk_cache::File
H A Dfile_ios.cc276 void File::WaitForPendingIOForTesting(int* num_pending_io) { in WaitForPendingIOForTesting() function in disk_cache::File
H A Dbackend_impl.cc338 File::WaitForPendingIOForTesting(&num_pending_io_); in CleanupCache()