Home
last modified time | relevance | path

Searched refs:tmplen (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dfile_sync_client.c683 int tmplen = strlen(lpath)+2; in copy_local_dir_remote() local
684 char *tmp = malloc(tmplen); in copy_local_dir_remote()
686 snprintf(tmp, tmplen, "%s/",lpath); in copy_local_dir_remote()
690 int tmplen = strlen(rpath)+2; in copy_local_dir_remote() local
691 char *tmp = malloc(tmplen); in copy_local_dir_remote()
693 snprintf(tmp, tmplen, "%s/",rpath); in copy_local_dir_remote()
782 int tmplen = strlen(name) + strlen(rpath) + 2; in do_sync_push() local
785 snprintf(tmp, tmplen, "%s/%s", rpath, name); in do_sync_push()
882 int tmplen = strlen(rpath) + 2; in copy_remote_dir_local() local
883 char *tmp = malloc(tmplen); in copy_remote_dir_local()
[all …]