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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfo.cpp107 const char *pInputFilename,
122 static_cast<unsigned long>(pDeps.size()), pInputFilename);
143 ALOGD("Cache %s is dirty due to %s has been updated.", pInputFilename,
154 ALOGD("Cache %s is dirty due to %s has been updated.", pInputFilename,
164 ALOGD("Cache %s is dirty due to %s has been updated.", pInputFilename,
175 ALOGD("Cache %s is dirty due to %s has been updated.", pInputFilename,
186 ALOGD("Cache %s is dirty due to %s has been updated.", pInputFilename,
198 ALOGD("Cache %s is dirty due to %s has been updated.", pInputFilename,
215 "changed:", pInputFilename);
106 CheckDependency(const RSInfo &pInfo, const char *pInputFilename, const DependencyTableTy &pDeps) argument
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp861 const mcld::sys::fs::Path& pInputFilename,
865 if (0 == pInputFilename.native().compare("-"))
870 if (0 == pInputFilename.native().compare("-"))
873 pOutputFilename.assign(pInputFilename.stem().native());
885 if (0 == pInputFilename.native().compare("-"))
888 pOutputFilename.assign(pInputFilename.stem().native());
899 if (0 == pInputFilename.native().compare("-"))
902 pOutputFilename.assign(pInputFilename.stem().native());
912 if (0 == pInputFilename.native().compare("-"))
915 pOutputFilename.assign(pInputFilename
858 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 134 milliseconds