Home
last modified time | relevance | path

Searched defs:NativeFile (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DFile.h380 NativeFile() : m_descriptor(kInvalidDescriptor), m_stream(kInvalidStream) {} in NativeFile() function
382 NativeFile(FILE *fh, bool transfer_ownership) in NativeFile() function
386 NativeFile(int fd, OpenOptions options, bool transfer_ownership) in NativeFile() function
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs13 typedef FILE NativeFile; global() typedef