Lines Matching refs:PlatformFile
61 int ReadFile(base::PlatformFile file, char* buf, int buf_len) {
72 void ReadFileTask(base::PlatformFile file,
82 int WriteFile(base::PlatformFile file, const char* buf, int buf_len) {
90 void WriteFileTask(base::PlatformFile file,
100 int FlushFile(base::PlatformFile file) {
140 base::PlatformFile file, char* buf, int buf_len,
143 base::PlatformFile file, const char* buf, int buf_len,
210 base::PlatformFile file, char* buf, int buf_len,
224 base::PlatformFile file, const char* buf, int buf_len,
277 FileStream::FileStream(base::PlatformFile file, int flags)