Home | History | Annotate | Download | only in adb

Lines Matching full:android_srcpath

1396         char *srcarg, *android_srcpath, *data_srcpath;
1416 ret = find_sync_dirs(srcarg, &android_srcpath, &data_srcpath);
1419 if(android_srcpath != NULL)
1420 ret = do_sync_sync(android_srcpath, "/system", listonly);
1424 free(android_srcpath);