Searched defs:copyAssetToFile (Results 1 – 3 of 3) sorted by relevance
469 private String copyAssetToFile() throws IOException { in copyAssetToFile() method in NNTestBase490 public static void copyAssetToFile(Context context, String modelAssetName, String targetPath) in copyAssetToFile() method in NNTestBase
222 private void copyAssetToFile(String source, String destination) throws IOException { in copyAssetToFile() method in BackupDataTest
144 private static void copyAssetToFile(String sourceInAsset, File out) { in copyAssetToFile() method in TypefaceSystemFallbackTest