Searched refs:strlcat (Results 1 – 10 of 10) sorted by relevance
/system/media/alsa_utils/ |
D | alsa_device_profile.c | 431 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/ |
D | log.c | 133 strlcat(buffer, argv[i], sizeof(buffer)-1); in log_main() 134 strlcat(buffer, " ", sizeof(buffer)-1); in log_main()
|
/system/bt/osi/include/ |
D | compat.h | 33 size_t strlcat(char *dst, const char *src, size_t siz);
|
/system/bt/osi/src/ |
D | compat.c | 104 strlcat(char *dst, const char *src, size_t siz) in strlcat() function
|
/system/core/lmkd/ |
D | lmkd.c | 307 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/ |
D | processgroup.cpp | 110 strlcat(path, PROCESSGROUP_CGROUP_PROCS_FILE, sizeof(path)); in initCtx() 361 strlcat(path, PROCESSGROUP_CGROUP_PROCS_FILE, sizeof(path)); in createProcessGroup()
|
/system/core/libmemunreachable/ |
D | ThreadCapture.cpp | 108 strlcat(path, pid_str, sizeof(path)); in ListThreads() 109 strlcat(path, "/task", sizeof(path)); in ListThreads()
|
/system/core/fs_mgr/ |
D | fs_mgr_fstab.c | 199 strlcat(fs_options, p, fs_options_len); in parse_flags() 200 strlcat(fs_options, ",", fs_options_len); in parse_flags()
|
D | fs_mgr.c | 127 strlcat(tmpmnt_opts, ",nomblk_io_submit", sizeof(tmpmnt_opts)); in check_fs()
|
/system/vold/ |
D | cryptfs.c | 3592 if (strlcat(value, temp_value, len) >= (unsigned)len) {
|