Home
last modified time | relevance | path

Searched refs:kInvalidPlatformFile (Results 1 - 10 of 10) sorted by relevance

/third_party/gn/src/base/files/
H A Dplatform_file.h30 const PlatformFile kInvalidPlatformFile = INVALID_HANDLE_VALUE; member
37 constexpr PlatformFile kInvalidPlatformFile = -1;
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip.h105 int dest_fd = base::kInvalidPlatformFile;
H A Dzip.cc131 if (params.dest_fd != base::kInvalidPlatformFile) { in Zip()
H A Dzip_writer.cc131 DCHECK(zip_file_fd != base::kInvalidPlatformFile); in CreateWithFd()
/third_party/node/deps/zlib/google/
H A Dzip.h105 int dest_fd = base::kInvalidPlatformFile;
H A Dzip_writer.cc131 DCHECK(zip_file_fd != base::kInvalidPlatformFile); in CreateWithFd()
H A Dzip.cc131 if (params.dest_fd != base::kInvalidPlatformFile) { in Zip()
/third_party/skia/third_party/externals/zlib/google/
H A Dzip.h99 int dest_fd_ = base::kInvalidPlatformFile;
H A Dzip_writer.cc92 DCHECK(zip_file_fd != base::kInvalidPlatformFile); in CreateWithFd()
H A Dzip.cc158 if (params.dest_fd() != base::kInvalidPlatformFile) { in Zip()

Completed in 5 milliseconds