Home
last modified time | relevance | path

Searched refs:std_strlcpy (Results 1 – 8 of 8) sorted by relevance

/external/fastrpc/src/
Dapps_std_imp.c537 std_strlcpy(val, vv, valLen); in __QAIC_IMPL()
626 envListLen = listLen = 1 + std_strlcpy(envListBuf, ADSP_LIBRARY_PATH, envLenGuess); in get_dirlist_from_env()
628 envListLen = listLen = 1 + std_strlcpy(envListBuf, ADSP_AVS_CFG_PATH, envLenGuess); in get_dirlist_from_env()
643 std_strlcpy(dirList, srcStr, envListLen); in get_dirlist_from_env()
688 std_strlcpy(absName, dirName, absNameLen); in __QAIC_IMPL()
692 std_strlcpy(absName, name, absNameLen); in __QAIC_IMPL()
709 std_strlcpy(absName, "/vendor/dsp/adsp/", absNameLen); in __QAIC_IMPL()
712 std_strlcpy(absName, "/vendor/dsp/mdsp/", absNameLen); in __QAIC_IMPL()
715 std_strlcpy(absName, "/vendor/dsp/sdsp/", absNameLen); in __QAIC_IMPL()
718 std_strlcpy(absName, "/vendor/dsp/cdsp/", absNameLen); in __QAIC_IMPL()
[all …]
Dstd_strlprintf.c427 me->nLen = std_strlcpy(pcBuffer, STD_DTOA_NEGATIVE_INF_UPPER_CASE, in FormatFloat()
431 me->nLen = std_strlcpy(pcBuffer, STD_DTOA_NEGATIVE_INF_LOWER_CASE, in FormatFloat()
443 me->nLen = std_strlcpy(pcBuffer, STD_DTOA_POSITIVE_INF_UPPER_CASE, in FormatFloat()
447 me->nLen = std_strlcpy(pcBuffer, STD_DTOA_POSITIVE_INF_LOWER_CASE, in FormatFloat()
459 me->nLen = std_strlcpy(pcBuffer, STD_DTOA_NAN_UPPER_CASE, in FormatFloat()
464 me->nLen = std_strlcpy(pcBuffer, STD_DTOA_NAN_LOWER_CASE, in FormatFloat()
Dadsp_default_listener.c61std_strlcpy(name, ITRANSPORT_PREFIX "createstaticpd:", strlen(ITRANSPORT_PREFIX "createstaticpd:"… in adsp_default_listener_start()
67std_strlcpy(name, ITRANSPORT_PREFIX "attachguestos", strlen(ITRANSPORT_PREFIX "attachguestos")+1); in adsp_default_listener_start()
Dstd.c49 return std_strlcpy(pcDst, VERSION_STRING, nDestSize); in std_getversion()
141 int std_strlcpy(char* pcDst, const char* cpszSrc, int nDestSize) in std_strlcpy() function
165 return nLen + std_strlcpy(pcDst+nLen, cpszSrc, nDestSize-nLen); in std_strlcat()
Dlog_config.c102 std_strlcpy(tempFiles,filenames,std_strlen(filenames) + 1); in parseLogConfig()
122 std_strlcpy(tempFiles,filenames,std_strlen(filenames) + 1); in parseLogConfig()
128 std_strlcpy(filesToLog[i].data, path, filesToLog[i].dataLen); in parseLogConfig()
Dmod_table.c220 std_strlcpy(sm->uri, uri, len); in static_mod_add()
264 std_strlcpy(dm->uri, uri, len); in static_mod_table_register_const_handle()
466 std_strlcpy(dlStr,dlerr,dlerrorLen); in open_mod_table_open_dynamic()
655 std_strlcpy(errStr,error,errStrLen); in open_mod_table_close()
Dfastrpc_apps_user.c859 std_strlcpy(hlist[domain].dsppdname, pdName, std_strlen(pdName) + 1); in remote_handle_open_domain()
1560 std_strlcpy(shell_absName, shell_name, shell_absNameLen); in open_shell()
1566 std_strlcpy(absName, "/usr/lib/",absNameLen); in open_shell()
1573 std_strlcpy(absName, "/vendor/dsp/",absNameLen); in open_shell()
/external/fastrpc/inc/
DAEEstd.h88 extern int std_strlcpy(char *pcDst, const char *pszSrc, int nDestSize);