Searched refs:FA_Read (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 752 FA_Read = 1, enumerator 1087 return openFile(Name, ResultFD, Disp, FA_Write | FA_Read, Flags, Mode); 1107 return openNativeFile(Name, Disp, FA_Write | FA_Read, Flags, Mode);
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | raw_ostream.cpp | 583 if (Access & sys::fs::FA_Read) in getFD() 910 sys::fs::FA_Write | sys::fs::FA_Read, in raw_fd_stream()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/ |
H A D | llvm-exegesis.cpp | 387 sys::fs::FA_Read | sys::fs::FA_Write); in maybeRunAnalysis()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
H A D | Path.inc | 939 if (Access == FA_Read) 943 else if (Access == (FA_Read | FA_Write)) 1098 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
H A D | llvm-rc.cpp | 646 Dest, EC, sys::fs::FA_Read | sys::fs::FA_Write); in doRc()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
H A D | Path.inc | 1115 if (Access & FA_Read) 1233 openNativeFile(Name, CD_OpenExisting, FA_Read, Flags);
|