Searched refs:pFileName (Results 1 - 3 of 3) sorted by relevance
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
H A D | SymbolResolvers.cpp | 56 DyldSymbolResolver::DyldSymbolResolver(const char *pFileName, argument 64 mHandle = ::dlopen(pFileName, flags); 70 ::strlen(pFileName) + 1; 77 ::snprintf(mError, error_length, DYLD_ERROR_MSG_PATTERN, pFileName,
|
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/ |
H A D | SymbolResolvers.h | 39 // If pFileName is NULL, it will search symbol in the current process image. 40 DyldSymbolResolver(const char *pFileName, bool pLazyBinding = true);
|
/frameworks/av/libvideoeditor/osal/src/ |
H A D | M4OSA_FileCommon.c | 611 * @param pFileName: (OUT) The string containing the URL. It is 619 M4OSA_ERR M4OSA_fileCommonGetFilename(M4OSA_Char* pUrl, M4OSA_Char** pFileName) argument 629 pUrl, pFileName); 633 M4OSA_DEBUG_IF2(M4OSA_NULL == pFileName, M4ERR_PARAMETER, 634 "M4OSA_fileCommonGetFilename: pFileName is M4OSA_NULL"); 636 *pFileName = M4OSA_NULL; 663 *pFileName = ptrFilename;
|
Completed in 164 milliseconds