Searched defs:pInputFilename (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfo.cpp87 const char *pInputFilename,
102 static_cast<unsigned long>(pDeps.size()), pInputFilename);
119 ALOGD("Cache %s is dirty due to %s has been updated.", pInputFilename,
129 ALOGD("Cache %s is dirty due to %s has been updated.", pInputFilename,
140 ALOGD("Cache %s is dirty due to %s has been updated.", pInputFilename,
152 ALOGD("Cache %s is dirty due to %s has been updated.", pInputFilename,
169 "changed:", pInputFilename);
86 CheckDependency(const RSInfo &pInfo, const char *pInputFilename, const DependencyTableTy &pDeps) argument
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp556 const mcld::sys::fs::Path& pInputFilename,
560 if (0 == pInputFilename.native().compare("-"))
565 if (0 == pInputFilename.native().compare("-"))
568 pOutputFilename.assign(pInputFilename.stem().native());
580 if (0 == pInputFilename.native().compare("-"))
583 pOutputFilename.assign(pInputFilename.stem().native());
594 if (0 == pInputFilename.native().compare("-"))
597 pOutputFilename.assign(pInputFilename.stem().native());
607 if (0 == pInputFilename.native().compare("-"))
610 pOutputFilename.assign(pInputFilename
553 GetOutputStream(const char* pTargetName, Triple::OSType pOSType, mcld::CodeGenFileType pFileType, const mcld::sys::fs::Path& pInputFilename, mcld::sys::fs::Path& pOutputFilename) argument
[all...]

Completed in 979 milliseconds