Home
last modified time | relevance | path

Searched defs:copy_attrs (Results 1 – 4 of 4) sorted by relevance

/system/core/adb/client/
Dbugreport.cpp283 bool Bugreport::DoSyncPull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in DoSyncPull()
Dcommandline.cpp1311 const char** dst, bool* copy_attrs, bool* sync) { in parse_push_pull_args()
1790 bool copy_attrs = false; in adb_commandline() local
1799 bool copy_attrs = false; in adb_commandline() local
Dfile_sync_client.cpp1121 std::string lpath, bool copy_attrs) { in copy_remote_dir_local()
1169 bool copy_attrs, const char* name) { 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()