Home | History | Annotate | Download | only in installd

Lines Matching full:strlen

102     if (strlen(apk_path) + strlen("oat/") + strlen(instruction_set)
103 + strlen("/") + strlen("odex") + 1 > PKG_PATH_MAX) {
136 size_t srclen = strlen(src);
144 strlen(DALVIK_CACHE) +
146 strlen(instruction_set) +
148 strlen(DALVIK_CACHE_POSTFIX) + 2;
164 strlen(DALVIK_CACHE) +
166 strlen(instruction_set) + 1;