Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfile_sync_client.h22 bool do_sync_ls(const char* path);
Dfile_sync_client.cpp786 bool do_sync_ls(const char* path) { in do_sync_ls() function
Dcommandline.cpp1788 return do_sync_ls(argv[1]) ? 0 : 1; in adb_commandline()