Searched refs:pFlags (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/libbcc/lib/Support/ |
D | FileBase.cpp | 47 unsigned pFlags) in FileBase() argument 55 if (pFlags & kBinary) { in FileBase() 59 if (pFlags & kTruncate) { in FileBase() 63 if (pFlags & kAppend) { in FileBase() 67 if (pFlags & kDeleteOnClose) { in FileBase()
|
D | InputFile.cpp | 23 InputFile::InputFile(const std::string &pFilename, unsigned pFlags) in InputFile() argument 24 : super(pFilename, pFlags) { } in InputFile()
|
D | OutputFile.cpp | 27 OutputFile::OutputFile(const std::string &pFilename, unsigned pFlags) in OutputFile() argument 28 : super(pFilename, pFlags) { } in OutputFile()
|
/frameworks/compile/libbcc/include/bcc/Support/ |
D | File.h | 50 File(const std::string &pFilename, unsigned pFlags) 51 : FileBase(pFilename, FileAttribute<OpenMode>::kOpenFlags, pFlags) { }
|
D | InputFile.h | 28 InputFile(const std::string &pFilename, unsigned pFlags = 0);
|
D | OutputFile.h | 32 OutputFile(const std::string &pFilename, unsigned pFlags = 0);
|
D | FileBase.h | 106 FileBase(const std::string &pFilename, unsigned pOpenFlags, unsigned pFlags);
|
/frameworks/compile/mclinker/lib/Support/ |
D | raw_ostream.cpp | 40 llvm::sys::fs::OpenFlags pFlags) in raw_fd_ostream() argument 41 : llvm::raw_fd_ostream(pFilename, pErrorInfo, pFlags), in raw_fd_ostream()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | raw_ostream.h | 32 llvm::sys::fs::OpenFlags pFlags = llvm::sys::fs::F_None);
|
D | FileSystem.h | 104 int pProt, int pFlags, int pFD, off_t pOffset);
|