Searched defs:libraryRoot (Results 1 – 2 of 2) sorted by relevance
292 public static int copyNativeBinariesForSupportedAbi(Handle handle, File libraryRoot, in copyNativeBinariesForSupportedAbi()325 public static int copyNativeBinariesWithOverride(Handle handle, File libraryRoot, in copyNativeBinariesWithOverride()
341 final File libraryRoot = new File(targetDir, LIB_DIR_NAME); in copyPackageToContainerInner() local