Home | History | Annotate | Download | only in installd

Lines Matching full:strlen

140     if (strlen(tmp) >= PKG_PATH_MAX) {
251 if ((android_data_dir.len + strlen(PRIMARY_USER_PREFIX) + strlen(pkgname) + strlen(leaf) + 1)
268 if (strlen(pkgname) > PKG_NAME_MAX) {
606 size_t nameLen = strlen(name);
640 size_t nameLen = strlen(name);
808 pathpos = dirname + strlen(dirname);
821 size_t dirnameLen = strlen(dirname);
842 pos += strlen(pos);
1025 const size_t path_len = strlen(path);
1071 dst->len = src->len + strlen(suffix);
1134 int len_s1 = strlen(s1);
1135 int len_s2 = strlen(s2);
1149 int len_s1 = strlen(s1);
1150 int len_s2 = strlen(s2);
1151 int len_s3 = strlen(s3);