Home
last modified time | relevance | path

Searched refs:ReadAtCurrentPosNoBestEffort (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/net/base/
H A Dfile_stream_context_posix.cc83 int res = file_.ReadAtCurrentPosNoBestEffort(buf->data(), buf_len); in ReadFileImpl()
/aosp_15_r20/external/libchrome/base/files/
H A Dfile.h221 int ReadAtCurrentPosNoBestEffort(char* data, int size);
H A Dfile_posix.cc255 int File::ReadAtCurrentPosNoBestEffort(char* data, int size) { in ReadAtCurrentPosNoBestEffort() function in base::File
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/files/
Dfile.h224 int ReadAtCurrentPosNoBestEffort(char* data, int size);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/files/
Dfile.h224 int ReadAtCurrentPosNoBestEffort(char* data, int size);
/aosp_15_r20/external/cronet/base/files/
H A Dfile.h236 int ReadAtCurrentPosNoBestEffort(char* data, int size);
H A Dfile_win.cc121 int File::ReadAtCurrentPosNoBestEffort(char* data, int size) { in ReadAtCurrentPosNoBestEffort() function in base::File
H A Dfile_posix.cc317 int File::ReadAtCurrentPosNoBestEffort(char* data, int size) { in ReadAtCurrentPosNoBestEffort() function in base::File
/aosp_15_r20/external/cronet/base/mac/
H A Dlaunch_application_unittest.mm47 int read_count = f.ReadAtCurrentPosNoBestEffort(buf, sizeof buf);