Searched defs:rpath (Results 1 – 2 of 2) sorted by relevance
/system/core/adb/ |
D | file_sync_client.c | 337 static int sync_send(int fd, const char *lpath, const char *rpath, in sync_send() 424 int sync_recv(int fd, const char *rpath, const char *lpath, int show_progress) in sync_recv() 610 const char *lpath, const char *rpath) in local_build_list() 685 static int copy_local_dir_remote(int fd, const char *lpath, const char *rpath, int checktimestamps,… in copy_local_dir_remote() 754 int do_sync_push(const char *lpath, const char *rpath, int show_progress) in do_sync_push() 817 const char *rpath; member 855 const char *rpath, const char *lpath) in remote_build_list() 896 static int copy_remote_dir_local(int fd, const char *rpath, const char *lpath, in copy_remote_dir_local() 952 int do_sync_pull(const char *rpath, const char *lpath, int show_progress, int copy_attrs) in do_sync_pull() 1017 int do_sync_sync(const char *lpath, const char *rpath, int listonly) in do_sync_sync()
|
D | commandline.c | 1601 const char* lpath = NULL, *rpath = NULL; in adb_commandline() local 1615 const char* rpath = NULL, *lpath = "."; in adb_commandline() local
|