Searched refs:pFilename (Results 1 - 15 of 15) sorted by relevance

/frameworks/compile/libbcc/lib/Support/
H A DInputFile.cpp23 InputFile::InputFile(const std::string &pFilename, unsigned pFlags) argument
24 : super(pFilename, pFlags) { }
H A DSha1Util.cpp29 const char *pFilename) {
30 InputFile file(pFilename);
34 "calculation! (%s)", pFilename, file.getErrorMessage().c_str());
28 GetSHA1DigestFromFile(uint8_t pResult[SHA1_DIGEST_LENGTH], const char *pFilename) argument
H A DOutputFile.cpp27 OutputFile::OutputFile(const std::string &pFilename, unsigned pFlags) argument
28 : super(pFilename, pFlags) { }
H A DFileBase.cpp45 FileBase::FileBase(const std::string &pFilename, argument
50 mName(pFilename), mOpenFlags(pOpenFlags),
/frameworks/compile/libbcc/include/bcc/Support/
H A DInputFile.h28 InputFile(const std::string &pFilename, unsigned pFlags = 0);
H A DOutputFile.h32 OutputFile(const std::string &pFilename, unsigned pFlags = 0);
H A DSha1Util.h40 const char *pFilename);
H A DFile.h50 File(const std::string &pFilename, unsigned pFlags) argument
51 : FileBase(pFilename, FileAttribute<OpenMode>::kOpenFlags, pFlags) { }
H A DFileBase.h106 FileBase(const std::string &pFilename, unsigned pOpenFlags, unsigned pFlags);
/frameworks/compile/mclinker/lib/Support/
H A DMemoryArea.cpp22 MemoryArea::MemoryArea(llvm::StringRef pFilename) argument
25 llvm::MemoryBuffer::getFile(pFilename, /*FileSize*/ -1,
29 fatal(diag::fatal_cannot_read_input) << pFilename.str();
H A Draw_ostream.cpp38 mcld::raw_fd_ostream::raw_fd_ostream(const char *pFilename, argument
41 : llvm::raw_fd_ostream(pFilename, pErrorInfo, pFlags),
/frameworks/compile/mclinker/include/mcld/Support/
H A DMemoryArea.h30 explicit MemoryArea(llvm::StringRef pFilename);
H A Draw_ostream.h30 raw_fd_ostream(const char *pFilename,
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfo.cpp37 android::String8 RSInfo::GetPath(const char *pFilename) { argument
38 android::String8 result(pFilename);
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSInfo.h160 static android::String8 GetPath(const char *pFilename);

Completed in 239 milliseconds