Searched refs:copy_attrs (Results 1 – 6 of 6) sorted by relevance
/packages/modules/adb/client/ |
D | commandline.cpp | 1348 const char** dst, bool* copy_attrs, bool* sync, in parse_push_pull_args() argument 1350 *copy_attrs = false; in parse_push_pull_args() 1364 *copy_attrs = true; in parse_push_pull_args() 1960 bool copy_attrs = false; in adb_commandline() local 1967 parse_push_pull_args(&argv[1], argc - 1, &srcs, &dst, ©_attrs, &sync, &compression, in adb_commandline() 1972 bool copy_attrs = false; in adb_commandline() local 1977 parse_push_pull_args(&argv[1], argc - 1, &srcs, &dst, ©_attrs, nullptr, &compression, in adb_commandline() 1980 return do_sync_pull(srcs, dst, copy_attrs, compression) ? 0 : 1; in adb_commandline()
|
D | bugreport.cpp | 295 bool Bugreport::DoSyncPull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in DoSyncPull() argument 297 return do_sync_pull(srcs, dst, copy_attrs, CompressionType::None, name); in DoSyncPull()
|
D | file_sync_client.h | 27 bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs,
|
D | bugreport.h | 41 virtual bool DoSyncPull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs,
|
D | file_sync_client.cpp | 1606 bool copy_attrs, CompressionType compression) { in copy_remote_dir_local() argument 1640 if (copy_attrs && set_time_and_mode(ci.lpath, ci.time, ci.mode)) { in copy_remote_dir_local() 1653 bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in do_sync_pull() argument 1728 success &= copy_remote_dir_local(sc, src_path, dst_dir, copy_attrs, compression); in do_sync_pull() 1752 if (copy_attrs && set_time_and_mode(dst_path, src_st.st_mtime, src_st.st_mode) != 0) { in do_sync_pull()
|
/packages/modules/adb/ |
D | bugreport_test.cpp | 45 bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in do_sync_pull() argument 124 bool copy_attrs, const char* name));
|