Searched refs:FA_Read (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 753 FA_Read = 1, enumerator 1117 return openFile(Name, ResultFD, Disp, FA_Write | FA_Read, Flags, Mode); 1137 return openNativeFile(Name, Disp, FA_Write | FA_Read, Flags, Mode);
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.cpp | 68 new raw_fd_ostream(FullPath, E, sys::fs::FA_Read | sys::fs::FA_Write); in createOutputStream()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 581 if (Access & sys::fs::FA_Read) in getFD() 931 sys::fs::FA_Write | sys::fs::FA_Read, in raw_fd_stream()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 976 if (Access == FA_Read) 980 else if (Access == (FA_Read | FA_Write)) 1135 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1173 if (Access & FA_Read) 1285 openNativeFile(Name, CD_OpenExisting, FA_Read, Flags);
|