Home
last modified time | relevance | path

Searched refs:std_strlen (Results 1 – 9 of 9) sorted by relevance

/external/fastrpc/src/
Dstd.c143 int nLen = std_strlen(cpszSrc); in std_strlcpy()
345 return std_memrchr(cpsz, c, std_strlen(cpsz) + 1); in std_strrchr()
441 int nOffset = std_strlen(cpsz) - std_strlen(cpszSuffix); in std_striends()
455 int nOffset = std_strlen(cpsz) - std_strlen(cpszSuffix); in std_strends()
Dstd_path.c55 ('/' != cpszDir[std_strlen(cpszDir)-1])) { /* no slash at end of dir */ in std_makepath()
104 char* pcEnd = pszStart+std_strlen(pszStart); in std_cleanpath()
Dapps_std_imp.c536 *valLenReq = std_strlen(vv) + 1; in __QAIC_IMPL()
611 int envLenGuess = STD_MAX(ENV_LEN_GUESS, 1 + std_strlen(ADSP_LIBRARY_PATH)); in get_dirlist_from_env()
639 envListLen = std_strlen(EMTPY_STR) + 1; in get_dirlist_from_env()
679 dirList = pos + std_strlen(delim); in __QAIC_IMPL()
685 absNameLen = std_strlen(dirName) + std_strlen(name) + 2; in __QAIC_IMPL()
705 absNameLen = std_strlen("/vendor/dsp/adsp/") + std_strlen(name) + 1; in __QAIC_IMPL()
725 absNameLen = std_strlen("/dsp/adsp/") + std_strlen(name) + 1; in __QAIC_IMPL()
779 *maxPathLen = STD_MAX(*maxPathLen, std_strlen(path)+1); in __QAIC_IMPL()
780 if (paths && i < pathsLen && paths[i].data && paths[i].dataLen >= std_strlen(path)) { in __QAIC_IMPL()
Dfastrpc_apps_user.c843 …if (!std_strncmp(name, ITRANSPORT_PREFIX "geteventfd", std_strlen(ITRANSPORT_PREFIX "geteventfd"))… in remote_handle_open_domain()
847 …if (!std_strncmp(name, ITRANSPORT_PREFIX "attachguestos", std_strlen(ITRANSPORT_PREFIX "attachgues… in remote_handle_open_domain()
853 …if (!std_strncmp(name, ITRANSPORT_PREFIX "createstaticpd", std_strlen(ITRANSPORT_PREFIX "createsta… in remote_handle_open_domain()
856 const char *pdName = name + std_strlen(ITRANSPORT_PREFIX "createstaticpd:"); in remote_handle_open_domain()
857 hlist[domain].dsppdname = (char *)malloc((std_strlen(pdName) + 1)*(sizeof(char))); in remote_handle_open_domain()
859 std_strlcpy(hlist[domain].dsppdname, pdName, std_strlen(pdName) + 1); in remote_handle_open_domain()
860 if (!std_strncmp(pdName, "audiopd", std_strlen("audiopd"))) { in remote_handle_open_domain()
862 } else if (!std_strncmp(pdName, "sensorspd", std_strlen("sensorspd"))) { in remote_handle_open_domain()
864 } else if (!std_strncmp(pdName, "rootpd", std_strlen("rootpd"))) { in remote_handle_open_domain()
1557 shell_absNameLen = std_strlen(shell_name) + std_strlen(domain_str) + 1; in open_shell()
[all …]
Dlog_config.c101 VERIFYC(NULL!= (tempFiles = malloc(sizeof(char) * (std_strlen(filenames) + 1))), AEE_ENOMEMORY); in parseLogConfig()
102 std_strlcpy(tempFiles,filenames,std_strlen(filenames) + 1); in parseLogConfig()
107 maxPathLen = STD_MAX(maxPathLen, std_strlen(path)) + 1; in parseLogConfig()
122 std_strlcpy(tempFiles,filenames,std_strlen(filenames) + 1); in parseLogConfig()
DBufBound.c180 BufBound_Write(me, cpsz, std_strlen(cpsz)); in BufBound_Puts()
Dstd_strlprintf.c309 for (nIndex = std_strlen(szFractionPart) - 1; in ConvertFloat()
615 ff.nLen = std_strlen(psz); in std_strlprintf_inner()
Dmod_table.c218 int len = std_strlen(uri) + 1; in static_mod_add()
257 int len = std_strlen(uri) + 1; in static_mod_table_register_const_handle()
502 int len = std_strlen(uri); in open_mod_table_open_from_static()
/external/fastrpc/inc/
DAEEstd.h74 #define std_strlen strlen macro