Searched refs:nlen (Results 1 - 3 of 3) sorted by path

/system/core/adb/
H A Dfile_sync_client.c576 int nlen = strlen(name); local
577 int ssize = slen + nlen + 2;
578 int dsize = dlen + nlen + 2;
/system/core/sh/
H A Dvar.c276 int nlen; local
280 vp = find_var(s, &vpp, &nlen);
307 vp->name_len = nlen;
/system/core/toolbox/cp/
H A Dcp.c335 size_t nlen; local
405 nlen = curr->fts_pathlen - base;
411 if (target_mid - to.p_path + nlen >= PATH_MAX) {
417 (void)strncat(target_mid, p, nlen);
418 to.p_end = target_mid + nlen;

Completed in 64 milliseconds