Home | History | Annotate | Download | only in adb

Lines Matching refs:copy_attrs

1101                                   std::string lpath, bool copy_attrs) {
1135 if (copy_attrs && set_time_and_mode(ci.lpath, ci.time, ci.mode)) {
1149 bool copy_attrs, const char* name) {
1223 success &= copy_remote_dir_local(sc, src_path, dst_dir.c_str(), copy_attrs);
1247 if (copy_attrs && set_time_and_mode(dst_path, src_st.st_mtime, src_st.st_mode) != 0) {