Home | History | Annotate | Download | only in adb

Lines Matching full:data_srcpath

1396         char *srcarg, *android_srcpath, *data_srcpath;
1416 ret = find_sync_dirs(srcarg, &android_srcpath, &data_srcpath);
1421 if(ret == 0 && data_srcpath != NULL)
1422 ret = do_sync_sync(data_srcpath, "/data", listonly);
1425 free(data_srcpath);