Searched refs:CLEAR_ABI_OVERRIDE (Results 1 – 2 of 2) sorted by relevance
69 public static final String CLEAR_ABI_OVERRIDE = "-"; field in NativeLibraryHelper376 if (abiOverride != null && !CLEAR_ABI_OVERRIDE.equals(abiOverride)) { in copyNativeBinariesWithOverride()404 if (CLEAR_ABI_OVERRIDE.equals(abiOverride)) { in copyNativeBinariesWithOverride()439 if (abiOverride != null && !CLEAR_ABI_OVERRIDE.equals(abiOverride)) { in sumNativeBinariesWithOverride()452 if (CLEAR_ABI_OVERRIDE.equals(abiOverride)) { in sumNativeBinariesWithOverride()
430 if (NativeLibraryHelper.CLEAR_ABI_OVERRIDE.equals(abiOverride)) {