Searched defs:NativeFile (Results 1 – 2 of 2) sorted by relevance
376 NativeFile() in NativeFile() function380 NativeFile(FILE *fh, bool transfer_ownership) in NativeFile() function384 NativeFile(int fd, OpenOptions options, bool transfer_ownership) in NativeFile() function
85 llvm::SmallString<32> NativeFile = File; in testPath() local