Searched defs:srcs (Results 1 – 4 of 4) sorted by relevance
/system/core/adb/ |
D | bugreport.cpp | 102 std::vector<const char*> srcs{src_file_.c_str()}; in Done() local 282 bool Bugreport::DoSyncPull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in DoSyncPull()
|
D | commandline.cpp | 1253 static void parse_push_pull_args(const char** arg, int narg, std::vector<const char*>* srcs, in parse_push_pull_args() 1696 std::vector<const char*> srcs; in adb_commandline() local 1705 std::vector<const char*> srcs; in adb_commandline() local
|
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()
|
D | file_sync_client.cpp | 930 bool do_sync_push(const std::vector<const char*>& srcs, const char* dst, bool sync) { in do_sync_push() 1148 bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, in do_sync_pull()
|