Home
last modified time | relevance | path

Searched refs:strlcat (Results 1 – 10 of 10) sorted by relevance

/system/media/alsa_utils/
Dalsa_device_profile.c431 strlcat(buffer, "|", buffSize); in profile_get_sample_rate_strs()
433 curStrLen = strlcat(buffer, numBuffer, buffSize); in profile_get_sample_rate_strs()
462 strlcat(buffer, "|", buffSize); in profile_get_format_strs()
464 curStrLen = strlcat(buffer, format_string_map[profile->formats[index]], buffSize); in profile_get_format_strs()
530 curStrLen = strlcat(buffer, chans_strs[2], buffSize); in profile_get_channel_count_strs()
550 strlcat(buffer, "|", buffSize); in profile_get_channel_count_strs()
551 curStrLen = strlcat(buffer, chans_strs[channel_count], buffSize); in profile_get_channel_count_strs()
563 strlcat(buffer, "|", buffSize); in profile_get_channel_count_strs()
564 curStrLen = strlcat(buffer, index_chans_strs[channel_count], buffSize); in profile_get_channel_count_strs()
/system/core/toolbox/
Dlog.c133 strlcat(buffer, argv[i], sizeof(buffer)-1); in log_main()
134 strlcat(buffer, " ", sizeof(buffer)-1); in log_main()
/system/bt/osi/include/
Dcompat.h33 size_t strlcat(char *dst, const char *src, size_t siz);
/system/bt/osi/src/
Dcompat.c104 strlcat(char *dst, const char *src, size_t siz) in strlcat() function
/system/core/lmkd/
Dlmkd.c307 strlcat(minfreestr, ",", sizeof(minfreestr)); in cmd_target()
308 strlcat(killpriostr, ",", sizeof(killpriostr)); in cmd_target()
312 strlcat(minfreestr, val, sizeof(minfreestr)); in cmd_target()
314 strlcat(killpriostr, val, sizeof(killpriostr)); in cmd_target()
/system/core/libprocessgroup/
Dprocessgroup.cpp110 strlcat(path, PROCESSGROUP_CGROUP_PROCS_FILE, sizeof(path)); in initCtx()
361 strlcat(path, PROCESSGROUP_CGROUP_PROCS_FILE, sizeof(path)); in createProcessGroup()
/system/core/libmemunreachable/
DThreadCapture.cpp108 strlcat(path, pid_str, sizeof(path)); in ListThreads()
109 strlcat(path, "/task", sizeof(path)); in ListThreads()
/system/core/fs_mgr/
Dfs_mgr_fstab.c199 strlcat(fs_options, p, fs_options_len); in parse_flags()
200 strlcat(fs_options, ",", fs_options_len); in parse_flags()
Dfs_mgr.c127 strlcat(tmpmnt_opts, ",nomblk_io_submit", sizeof(tmpmnt_opts)); in check_fs()
/system/vold/
Dcryptfs.c3592 if (strlcat(value, temp_value, len) >= (unsigned)len) {