Loading adb/file_sync_client.cpp +1 −2 Original line number Original line Diff line number Diff line Loading @@ -887,8 +887,7 @@ bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, continue; continue; } } if (S_ISREG(src_mode) || S_ISLNK(src_mode)) { if (S_ISREG(src_mode)) { // TODO(b/25601283): symlinks shouldn't be handled as files. std::string path_holder; std::string path_holder; if (dst_isdir) { if (dst_isdir) { // If we're copying a remote file to a local directory, we // If we're copying a remote file to a local directory, we Loading Loading
adb/file_sync_client.cpp +1 −2 Original line number Original line Diff line number Diff line Loading @@ -887,8 +887,7 @@ bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, continue; continue; } } if (S_ISREG(src_mode) || S_ISLNK(src_mode)) { if (S_ISREG(src_mode)) { // TODO(b/25601283): symlinks shouldn't be handled as files. std::string path_holder; std::string path_holder; if (dst_isdir) { if (dst_isdir) { // If we're copying a remote file to a local directory, we // If we're copying a remote file to a local directory, we Loading