Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dfile_sync_client.h24 bool do_sync_ls(const char* path);
Dcommandline.cpp1958 return do_sync_ls(argv[1]) ? 0 : 1; in adb_commandline()
Dfile_sync_client.cpp1256 bool do_sync_ls(const char* path) { in do_sync_ls() function