Home | History | Annotate | Download | only in qtools

Lines Matching full:strlen

41     len = strlen(filename);
58 qtrace_len = strlen("/qtrace");
63 path_len = dir_len + base_len + qtrace_len + strlen(ext) + 1;
893 // ends with a newline. The strlen(mmap_dexfile) computation
896 if (match != NULL && strlen(match) == strlen(mmap_dexfile) + 1)
948 int pathlen = strlen(buf) - prefix_len - 1;
974 int nchars = strlen(clazz) + strlen(method) + strlen(sig) + 1;