Searched refs:resourceURL (Results 1 – 1 of 1) sorted by relevance
54 URL resourceURL = this.getClass().getClassLoader().getResource(mAllowlistResource); in loadPlatformApiAllowlist() local55 if (resourceURL == null) { in loadPlatformApiAllowlist()59 byte[] allowlistBytes = resourceURL.openStream().readAllBytes(); in loadPlatformApiAllowlist()