Searched defs:rpath (Results 1 – 2 of 2) sorted by relevance
| /system/core/adb/ |
| D | file_sync_client.cpp | 337 static int sync_send(int fd, const char *lpath, const char *rpath, in sync_send() 422 int sync_recv(int fd, const char *rpath, const char *lpath, int show_progress) in sync_recv() 600 const char *lpath, const char *rpath) in local_build_list() 673 static int copy_local_dir_remote(int fd, const char *lpath, const char *rpath, int checktimestamps,… in copy_local_dir_remote() 742 int do_sync_push(const char *lpath, const char *rpath, int show_progress) in do_sync_push() 806 const char *rpath; member 844 const char *rpath, const char *lpath) in remote_build_list() 900 static int copy_remote_dir_local(int fd, const char *rpath, const char *lpath, in copy_remote_dir_local() 965 int do_sync_pull(const char *rpath, const char *lpath, int show_progress, int copy_attrs) in do_sync_pull() 1029 int do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only) in do_sync_sync()
|
| D | commandline.cpp | 1364 const char* lpath = NULL, *rpath = NULL; in adb_commandline() local 1377 const char* rpath = NULL, *lpath = "."; in adb_commandline() local
|