Searched refs:copyAssets (Results 1 – 1 of 1) sorted by relevance
170 copyAssets("usr/bin", mSysroot + "/usr/bin", /*executable=*/true); in installToolchain()171 copyAssets("usr/lib", mSysroot + "/usr/lib", /*executable=*/false); in installToolchain()174 private void copyAssets(String asset_dir, String out_dir, boolean executable) { in copyAssets() method in AbccService