Searched refs:pFlags (Results 1 – 6 of 6) sorted by relevance
/frameworks/compile/libbcc/lib/ |
D | FileBase.cpp | 44 unsigned pFlags) in FileBase() argument 52 if (pFlags & kBinary) { in FileBase() 56 if (pFlags & kTruncate) { in FileBase() 60 if (pFlags & kAppend) { in FileBase() 64 if (pFlags & kDeleteOnClose) { in FileBase()
|
D | FileBase.h | 106 FileBase(const std::string &pFilename, unsigned pOpenFlags, unsigned pFlags);
|
/frameworks/compile/mclinker/lib/Support/ |
D | raw_ostream.cpp | 39 llvm::sys::fs::OpenFlags pFlags) in raw_fd_ostream() argument 40 : llvm::raw_fd_ostream(pFilename, pErrorCode, 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 | 102 int pFlags,
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 1044 MipsAbiFlags& pFlags) { in getAbiFlags() argument 1052 if (!MipsAbiFlags::fillBySection(pInput, **it, pFlags)) in getAbiFlags() 1054 if (!MipsAbiFlags::isCompatible(pInput, pElfFlags, pFlags)) in getAbiFlags() 1060 pFlags = pElfFlags; in getAbiFlags()
|