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