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

  /system/core/adb/
commandline.c 1604 int copy_attrs = 0; \/\/ unused local
1618 int copy_attrs = 0; local
    [all...]
file_sync_client.c 897 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)
996 if (copy_attrs && set_time_and_mode(lpath, time, mode))
1004 if (copy_remote_dir_local(fd, rpath, lpath, copy_attrs)) {

Completed in 69 milliseconds