Searched refs:copy_local_dir_remote (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/ |
D | file_sync_client.cpp | 861 static bool copy_local_dir_remote(SyncConnection& sc, std::string lpath, in copy_local_dir_remote() function 984 success &= copy_local_dir_remote(sc, src_path, dst_dir.c_str(), false, false); in do_sync_push() 1251 bool success = copy_local_dir_remote(sc, lpath, rpath, true, list_only); in do_sync_sync()
|