Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_client.c297 static int sync_send(int fd, const char *lpath, const char *rpath, in sync_send() argument
322 lfd = adb_open(lpath, O_RDONLY); in sync_send()
324 fprintf(stderr,"cannot open '%s': %s\n", lpath, strerror(errno)); in sync_send()
330 fprintf(stderr, "error seeking in file '%s'\n", lpath); in sync_send()
338 lpath); in sync_send()
344 fprintf(stderr, "error reading from file: '%s'\n", lpath); in sync_send()
355 lpath); in sync_send()
364 lpath); in sync_send()
383 write_data_file(fd, lpath, sbuf); in sync_send()
386 write_data_link(fd, lpath, sbuf); in sync_send()
[all …]
Dfile_sync_service.h81 int do_sync_push(const char *lpath, const char *rpath, int verifyApk);
82 int do_sync_sync(const char *lpath, const char *rpath, int listonly);
83 int do_sync_pull(const char *rpath, const char *lpath);