Searched defs:copy_attrs (Results 1 – 4 of 4) sorted by relevance
/system/core/adb/client/ |
D | bugreport.cpp | 283 bool Bugreport::DoSyncPull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in DoSyncPull()
|
D | commandline.cpp | 1330 const char** dst, bool* copy_attrs, bool* sync, bool* compressed) { in parse_push_pull_args() 1875 bool copy_attrs = false; in adb_commandline() local 1885 bool copy_attrs = false; in adb_commandline() local
|
D | file_sync_client.cpp | 1483 bool copy_attrs, bool compressed) { in copy_remote_dir_local() 1530 bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in do_sync_pull()
|
/system/core/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()
|