Searched refs:copy_attrs (Results 1 – 6 of 6) sorted by relevance
/system/core/adb/ |
D | bugreport.h | 42 virtual bool DoSyncPull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs,
|
D | bugreport.cpp | 283 bool Bugreport::DoSyncPull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in DoSyncPull() argument 285 return do_sync_pull(srcs, dst, copy_attrs, name); in DoSyncPull()
|
D | file_sync_service.h | 86 bool copy_attrs, const char* name=nullptr);
|
D | commandline.cpp | 1338 const char** dst, bool* copy_attrs) { in parse_push_pull_args() argument 1339 *copy_attrs = false; in parse_push_pull_args() 1350 *copy_attrs = true; in parse_push_pull_args() 1811 bool copy_attrs = false; in adb_commandline() local 1815 parse_push_pull_args(&argv[1], argc - 1, &srcs, &dst, ©_attrs); in adb_commandline() 1820 bool copy_attrs = false; in adb_commandline() local 1824 parse_push_pull_args(&argv[1], argc - 1, &srcs, &dst, ©_attrs); in adb_commandline() 1826 return do_sync_pull(srcs, dst, copy_attrs) ? 0 : 1; in adb_commandline()
|
D | file_sync_client.cpp | 1090 std::string lpath, bool copy_attrs) { in copy_remote_dir_local() argument 1124 if (copy_attrs && set_time_and_mode(ci.lpath, ci.time, ci.mode)) { in copy_remote_dir_local() 1138 bool copy_attrs, const char* name) { in do_sync_pull() argument 1212 success &= copy_remote_dir_local(sc, src_path, dst_dir.c_str(), copy_attrs); in do_sync_pull() 1236 if (copy_attrs && set_time_and_mode(dst_path, src_st.st_mtime, src_st.st_mode) != 0) { in do_sync_pull()
|
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 125 bool copy_attrs, const char* name));
|