Home | History | Annotate | Download | only in adb

Lines Matching refs:copy_attrs

881                                   std::string lpath, bool copy_attrs) {
915 if (copy_attrs && set_time_and_mode(ci.lpath, ci.time, ci.mode)) {
931 bool copy_attrs, const char* name) {
1008 success &= copy_remote_dir_local(sc, src_path, dst_dir.c_str(), copy_attrs);
1031 if (copy_attrs && set_time_and_mode(dst_path, src_time, src_mode) != 0) {