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

/system/core/adb/
H A Dfile_sync_client.cpp901 int copy_attrs)
944 if (copy_attrs && set_time_and_mode(ci->dst, ci->time, ci->mode)) {
965 int do_sync_pull(const char *rpath, const char *lpath, int show_progress, int copy_attrs) argument
1008 if (copy_attrs && set_time_and_mode(lpath, time, mode))
1016 if (copy_remote_dir_local(fd, rpath, lpath, copy_attrs)) {
900 copy_remote_dir_local(int fd, const char *rpath, const char *lpath, int copy_attrs) argument
H A Dcommandline.cpp902 int *copy_attrs) {
904 *copy_attrs = 0;
910 *copy_attrs = 1;
1363 int copy_attrs = 0; // unused local
1366 parse_push_pull_args(&argv[1], argc - 1, &lpath, &rpath, &show_progress, &copy_attrs);
1376 int copy_attrs = 0; local
1379 parse_push_pull_args(&argv[1], argc - 1, &rpath, &lpath, &show_progress, &copy_attrs);
1382 return do_sync_pull(rpath, lpath, show_progress, copy_attrs);
900 parse_push_pull_args(const char **arg, int narg, char const **path1, char const **path2, int *show_progress, int *copy_attrs) argument

Completed in 212 milliseconds