HomeSort by relevance Sort by last modified time
    Searched refs:lpath (Results 1 - 3 of 3) sorted by null

  /system/core/adb/
file_sync_client.c 297 static int sync_send(int fd, const char *lpath, const char *rpath,
322 lfd = adb_open(lpath, O_RDONLY);
324 fprintf(stderr,"cannot open '%s': %s\n", lpath, strerror(errno));
330 fprintf(stderr, "error seeking in file '%s'\n", lpath);
338 lpath);
344 fprintf(stderr, "error reading from file: '%s'\n", lpath);
355 lpath);
364 lpath);
383 write_data_file(fd, lpath, sbuf);
386 write_data_link(fd, lpath, sbuf)
806 const char *lpath; member in struct:__anon25686
    [all...]
file_sync_service.h 81 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);
  /external/mksh/src/
exec.c 1020 search_access(const char *lpath, int mode,
1026 if (stat(lpath, &statb) < 0)
1028 ret = access(lpath, mode);
1046 search(const char *name, const char *lpath,
1066 sp = lpath;
    [all...]

Completed in 261 milliseconds