Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFile.h379 NativeFile() : m_descriptor(kInvalidDescriptor), m_stream(kInvalidStream) {} in NativeFile() function
381 NativeFile(FILE *fh, bool transfer_ownership) in NativeFile() function
385 NativeFile(int fd, OpenOptions options, bool transfer_ownership) in NativeFile() function
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTestFS.cpp97 llvm::SmallString<32> NativeFile = File; in testPath() local