Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DFile.h376 NativeFile() in NativeFile() function
380 NativeFile(FILE *fh, bool transfer_ownership) in NativeFile() function
384 NativeFile(int fd, OpenOptions options, bool transfer_ownership) in NativeFile() function
/external/llvm-project/clang-tools-extra/clangd/unittests/
DTestFS.cpp85 llvm::SmallString<32> NativeFile = File; in testPath() local