Home
last modified time | relevance | path

Searched defs:read_ok (Results 1 – 8 of 8) sorted by relevance

/external/cronet/tot/components/metrics/structured/
Dexternal_metrics.cc202 bool read_ok = base::ReadFileToString(path, &proto_str) && in ReadAndDeleteEvents() local
/external/cronet/stable/components/metrics/structured/
Dexternal_metrics.cc202 bool read_ok = base::ReadFileToString(path, &proto_str) && in ReadAndDeleteEvents() local
/external/grpc-grpc/test/cpp/end2end/
Dserver_early_return_test.cc158 bool read_ok = stream->Read(&response); in DoBidiStream() local
Dclient_callback_end2end_test.cc1509 bool read_ok = true; in TEST_P() local
/external/google-breakpad/src/common/mac/
Ddump_syms.cc162 bool read_ok = true; in Read() local
/external/cronet/tot/net/disk_cache/simple/
Dsimple_index_file.cc497 bool read_ok = file.ReadAndCheck(0, buffer.as_span()); in SyncLoadFromDisk() local
/external/cronet/stable/net/disk_cache/simple/
Dsimple_index_file.cc497 bool read_ok = file.ReadAndCheck(0, buffer.as_span()); in SyncLoadFromDisk() local
/external/rust/android-crates-io/crates/tokio-io-timeout/src/
Dlib.rs572 async fn read_ok() { in read_ok() function