Searched defs:assetPath (Results 1 – 9 of 9) sorted by relevance
119 public Path dumpAssetFile(String assetPath, String suffix) throws IOException { in dumpAssetFile()139 public ParcelFileDescriptor openAssetFile(String assetPath, String suffix) throws IOException { in openAssetFile()155 public String getAssetText(String assetPath) throws IOException { in getAssetText()
35 public TestAssetRepository(@NonNull String assetPath) { in TestAssetRepository()
101 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
116 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
143 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
134 public static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
1414 public void appendLibAssetForMainAssetPath(String assetPath, String libAsset) { in appendLibAssetForMainAssetPath()1424 public void appendLibAssetsForMainAssetPath(String assetPath, String[] libAssets) { in appendLibAssetsForMainAssetPath()
2391 final String assetPath = NETPOLICY_DIR + "/" + mNetpolicyXml; in setNetpolicyXml() local
747 const String8& assetPath = bundle->getPackageIncludes()[i]; in doDump() local