Home
last modified time | relevance | path

Searched refs:copy_attrs (Results 1 – 6 of 6) sorted by relevance

/system/core/adb/client/
Dfile_sync_client.h24 bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs,
Dbugreport.h41 virtual bool DoSyncPull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs,
Dbugreport.cpp283 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()
Dcommandline.cpp1311 const char** dst, bool* copy_attrs, bool* sync) { in parse_push_pull_args() argument
1312 *copy_attrs = false; in parse_push_pull_args()
1323 *copy_attrs = true; in parse_push_pull_args()
1790 bool copy_attrs = false; in adb_commandline() local
1795 parse_push_pull_args(&argv[1], argc - 1, &srcs, &dst, &copy_attrs, &sync); in adb_commandline()
1799 bool copy_attrs = false; in adb_commandline() local
1803 parse_push_pull_args(&argv[1], argc - 1, &srcs, &dst, &copy_attrs, nullptr); in adb_commandline()
1805 return do_sync_pull(srcs, dst, copy_attrs) ? 0 : 1; in adb_commandline()
Dfile_sync_client.cpp1121 std::string lpath, bool copy_attrs) { in copy_remote_dir_local() argument
1155 if (copy_attrs && set_time_and_mode(ci.lpath, ci.time, ci.mode)) { in copy_remote_dir_local()
1169 bool copy_attrs, const char* name) { in do_sync_pull() argument
1243 success &= copy_remote_dir_local(sc, src_path, dst_dir, copy_attrs); in do_sync_pull()
1267 if (copy_attrs && set_time_and_mode(dst_path, src_st.st_mtime, src_st.st_mode) != 0) { in do_sync_pull()
/system/core/adb/
Dbugreport_test.cpp45 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));