Searched defs:copy_attrs (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dfile_sync_client.c897 int copy_attrs)
935 if (copy_attrs && set_time_and_mode(ci->dst, ci->time, ci->mode)) {
952 int do_sync_pull(const char *rpath, const char *lpath, int show_progress, int copy_attrs) argument
996 if (copy_attrs && set_time_and_mode(lpath, time, mode))
1004 if (copy_remote_dir_local(fd, rpath, lpath, copy_attrs)) {
896 copy_remote_dir_local(int fd, const char *rpath, const char *lpath, int copy_attrs) argument
H A Dcommandline.c1098 int *show_progress, int *copy_attrs) {
1100 *copy_attrs = 0;
1106 *copy_attrs = 1;
1604 int copy_attrs = 0; // unused local
1607 parse_push_pull_args(&argv[1], argc - 1, &lpath, &rpath, &show_progress, &copy_attrs);
1618 int copy_attrs = 0; local
1621 parse_push_pull_args(&argv[1], argc - 1, &rpath, &lpath, &show_progress, &copy_attrs);
1624 return do_sync_pull(rpath, lpath, show_progress, copy_attrs);
1097 parse_push_pull_args(char **arg, int narg, char const **path1, char const **path2, int *show_progress, int *copy_attrs) argument

Completed in 61 milliseconds