Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_client.c571 copyinfo *mkcopyinfo(const char *spath, const char *dpath, in mkcopyinfo() argument
575 int dlen = strlen(dpath); in mkcopyinfo()
594 snprintf((char*) ci->dst, dsize, isdir ? "%s%s/" : "%s%s", dpath, name); in mkcopyinfo()