Home | History | Annotate | Download | only in adb

Lines Matching refs:src_dir

1749                 std::string src_dir{product_file(partition)};
1750 if (!directory_exists(src_dir)) continue;
1752 if (!do_sync_sync(src_dir, "/" + partition, list_only)) return 1;