Searched refs:do_sync_ls (Results 1 – 3 of 3) sorted by relevance
83 bool do_sync_ls(const char* path);
783 bool do_sync_ls(const char* path) { in do_sync_ls() function
1808 return do_sync_ls(argv[1]) ? 0 : 1; in adb_commandline()