Home
last modified time | relevance | path

Searched refs:sync_ls_cb (Results 1 – 1 of 1) sorted by relevance

/packages/modules/adb/client/
Dfile_sync_client.cpp60 typedef void(sync_ls_cb)(unsigned mode, uint64_t size, uint64_t time, const char* name); typedef
528 static bool FinishLsImpl(borrowed_fd fd, const std::function<sync_ls_cb>& callback) { in FinishLsImpl()
553 bool FinishLs(const std::function<sync_ls_cb>& callback) { in FinishLs()
985 const std::function<sync_ls_cb>& func) { in sync_ls()