Home
last modified time | relevance | path

Searched refs:PlatformFile (Results 1 – 20 of 20) sorted by relevance

/third_party/gn/src/base/files/
Dplatform_file.h24 using PlatformFile = HANDLE; variable
30 const PlatformFile kInvalidPlatformFile = INVALID_HANDLE_VALUE;
34 using PlatformFile = int;
37 constexpr PlatformFile kInvalidPlatformFile = -1;
Dfile_posix.cc42 bool IsOpenAppend(PlatformFile file) { in IsOpenAppend()
46 int CallFtruncate(PlatformFile file, int64_t length) { in CallFtruncate()
51 File::Error CallFcntlFlock(PlatformFile file, bool do_lock) { in CallFcntlFlock()
65 bool IsOpenAppend(PlatformFile file) { in IsOpenAppend()
72 int CallFtruncate(PlatformFile file, int64_t length) { in CallFtruncate()
77 File::Error CallFcntlFlock(PlatformFile file, bool do_lock) { in CallFcntlFlock()
125 PlatformFile File::GetPlatformFile() const { in GetPlatformFile()
129 PlatformFile File::TakePlatformFile() { in TakePlatformFile()
288 PlatformFile other_fd = HANDLE_EINTR(dup(GetPlatformFile())); in Duplicate()
379 void File::SetPlatformFile(PlatformFile file) { in SetPlatformFile()
Dfile.h125 explicit File(PlatformFile platform_file);
151 PlatformFile GetPlatformFile() const;
152 PlatformFile TakePlatformFile();
272 void SetPlatformFile(PlatformFile file);
Dfile_win.cc27 PlatformFile File::GetPlatformFile() const { in GetPlatformFile()
31 PlatformFile File::TakePlatformFile() { in TakePlatformFile()
313 void File::SetPlatformFile(PlatformFile file) { in SetPlatformFile()
Dfile.cc26 File::File(PlatformFile platform_file) in File()
/third_party/skia/third_party/externals/zlib/google/
Dzip_reader.h132 bool OpenFromPlatformFile(base::PlatformFile zip_fd);
Dzip.h170 bool UnzipWithFilterAndWriters(const base::PlatformFile& zip_file,
Dzip.cc196 bool UnzipWithFilterAndWriters(const base::PlatformFile& src_file, in UnzipWithFilterAndWriters()
Dzip_reader.cc157 bool ZipReader::OpenFromPlatformFile(base::PlatformFile zip_fd) { in OpenFromPlatformFile()
Dzip_reader_unittest.cc58 base::PlatformFile platform_file() { return file_.GetPlatformFile(); } in platform_file()
/third_party/node/deps/zlib/google/
Dzip_reader.h132 bool OpenFromPlatformFile(base::PlatformFile zip_fd);
Dzip.h170 bool UnzipWithFilterAndWriters(const base::PlatformFile& zip_file,
Dzip.cc196 bool UnzipWithFilterAndWriters(const base::PlatformFile& src_file, in UnzipWithFilterAndWriters()
Dzip_reader.cc158 bool ZipReader::OpenFromPlatformFile(base::PlatformFile zip_fd) { in OpenFromPlatformFile()
Dzip_reader_unittest.cc58 base::PlatformFile platform_file() { return file_.GetPlatformFile(); } in platform_file()
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip_reader.h132 bool OpenFromPlatformFile(base::PlatformFile zip_fd);
Dzip.h170 bool UnzipWithFilterAndWriters(const base::PlatformFile& zip_file,
Dzip.cc196 bool UnzipWithFilterAndWriters(const base::PlatformFile& src_file, in UnzipWithFilterAndWriters()
Dzip_reader.cc159 bool ZipReader::OpenFromPlatformFile(base::PlatformFile zip_fd) { in OpenFromPlatformFile()
Dzip_reader_unittest.cc58 base::PlatformFile platform_file() { return file_.GetPlatformFile(); } in platform_file()