Android-cuttlefish cvd tool
Functions
file_sync_client.h File Reference
#include <string>
#include <vector>
#include "file_sync_protocol.h"
Include dependency graph for file_sync_client.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool do_sync_ls (const char *path)
 
bool do_sync_push (const std::vector< const char * > &srcs, const char *dst, bool sync, CompressionType compression, bool dry_run, bool quiet)
 
bool do_sync_pull (const std::vector< const char * > &srcs, const char *dst, bool copy_attrs, CompressionType compression, const char *name=nullptr, bool quiet=false)
 
bool do_sync_sync (const std::string &lpath, const std::string &rpath, bool list_only, CompressionType compression, bool dry_run, bool quiet)
 

Function Documentation

◆ do_sync_ls()

bool do_sync_ls ( const char *  path)

◆ do_sync_pull()

bool do_sync_pull ( const std::vector< const char * > &  srcs,
const char *  dst,
bool  copy_attrs,
CompressionType  compression,
const char *  name = nullptr,
bool  quiet = false 
)

◆ do_sync_push()

bool do_sync_push ( const std::vector< const char * > &  srcs,
const char *  dst,
bool  sync,
CompressionType  compression,
bool  dry_run,
bool  quiet 
)

◆ do_sync_sync()

bool do_sync_sync ( const std::string &  lpath,
const std::string &  rpath,
bool  list_only,
CompressionType  compression,
bool  dry_run,
bool  quiet 
)