HomeSort by relevance Sort by last modified time
    Searched full:pfilename (Results 1 - 25 of 32) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
swr_assert.cpp 119 const char* pFileName,
129 fprintf(stderr, "%s(%d): TRACE in %s:\n", pFileName, lineNum, function);
148 sprintf_s(msgBuf, "%s(%d): TRACE in %s\n", pFileName, lineNum, function);
180 const char* pFileName,
191 fprintf(stderr, "%s(%d): ", pFileName, lineNum);
218 sprintf_s(msgBuf, "%s(%d): ASSERT: %s\n", pFileName, lineNum, pExpression);
262 pFileName,
swr_assert.h 101 const char* pFileName,
108 const char* pFileName,
  /frameworks/compile/mclinker/lib/Support/
MemoryArea.cpp 22 MemoryArea::MemoryArea(llvm::StringRef pFilename) {
24 llvm::MemoryBuffer::getFile(pFilename,
28 fatal(diag::fatal_cannot_read_input) << pFilename.str();
raw_ostream.cpp 37 raw_fd_ostream::raw_fd_ostream(const char* pFilename,
40 : llvm::raw_fd_ostream(pFilename, pErrorCode, pFlags),
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrCompiler.cpp 217 INT8 *pFileName, *pPath, *pExt;
223 pFileName = mOptions.VfrFileName;
225 ((pPath = strchr (pFileName, '\\')) != NULL) ||
226 ((pPath = strchr (pFileName, '/')) != NULL)
229 pFileName = pPath + 1;
232 if (pFileName == NULL) {
236 if ((pExt = strchr (pFileName, '.')) == NULL) {
240 strncpy (mOptions.VfrBaseFileName, pFileName, pExt - pFileName);
241 mOptions.VfrBaseFileName[pExt - pFileName] = '\0';
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 30 explicit MemoryArea(llvm::StringRef pFilename);
raw_ostream.h 30 raw_fd_ostream(const char* pFilename,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrCompiler.cpp 334 CHAR8 *pFileName, *pPath, *pExt;
340 pFileName = mOptions.VfrFileName;
342 ((pPath = strchr (pFileName, '\\')) != NULL) ||
343 ((pPath = strchr (pFileName, '/')) != NULL)
346 pFileName = pPath + 1;
349 if (pFileName == NULL) {
353 if ((pExt = strchr (pFileName, '.')) == NULL) {
358 if (strlen (pFileName) > MAX_PATH - 1) {
363 mOptions.VfrBaseFileName = (CHAR8 *) malloc (strlen (pFileName) + 1);
369 strcpy (mOptions.VfrBaseFileName, pFileName);
    [all...]
  /frameworks/compile/libbcc/lib/
FileBase.cpp 42 FileBase::FileBase(const std::string &pFilename,
47 mName(pFilename), mOpenFlags(pOpenFlags),
FileBase.h 106 FileBase(const std::string &pFilename, unsigned pOpenFlags, unsigned pFlags);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTResourceFile.cpp 27 static void* LoadFileFunc(const char* pFilename, char** pData, size_t &size)
31 FILE* pFile = fopen(pFilename, "rb");
  /frameworks/compile/mclinker/lib/Script/
ScriptFile.cpp 128 void ScriptFile::addOutputCmd(const std::string& pFileName) {
129 m_CommandQueue.push_back(new OutputCmd(pFileName));
  /external/curl/src/
tool_formparse.c 185 char **pfilename, char **pencoder,
202 if(pfilename)
203 *pfilename = NULL;
358 if(pfilename)
359 *pfilename = filename;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.c     [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
CommandAction.h 168 const std::string& pFileName,
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptFile.h 109 void addOutputCmd(const std::string& pFileName);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
dumpfile.h 109 const char *pfilename; /* filename for the pass-specific stream */ member in struct:dump_file_info
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShellImpl.h 123 @param[in] pFileName Input string
125 bool PrefixFromFile(const char *pFileName);
PVRShell.cpp 894 @param[in] pFileName Input string
896 bool PVRShellCommandLine::PrefixFromFile(const char *pFileName)
899 FILE *pFile = fopen(pFileName, "rb");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wtypes.h 611 LPOLESTR pFileName;