Searched refs:FA_Read (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 740 FA_Read = 1, enumerator 996 return openFile(Name, ResultFD, Disp, FA_Write | FA_Read, Flags, Mode); 1016 return openNativeFile(Name, Disp, FA_Write | FA_Read, Flags, Mode);
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.cpp | 69 new raw_fd_ostream(FullPath, E, sys::fs::FA_Read | sys::fs::FA_Write); in createOutputStream()
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 798 if (Access == FA_Read) 802 else if (Access == (FA_Read | FA_Write)) 870 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 519 if (Access & sys::fs::FA_Read) in getFD()
|
| /freebsd-12.1/contrib/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1073 if (Access & FA_Read) 1191 openNativeFile(Name, CD_OpenExisting, FA_Read, Flags);
|