Update v8 cfi blocklist

The api-arguments-inl.h file seem to have been moved so the blocklist
was not working and new cfi crashes were emerging. This commit updates
the list so the correct file path is used.

Test: proxy_resolver_v8_unittest
Bug: 183079234
Bug: 162604069
Bug: 167389063
Change-Id: I70b5cd699d33fa4eda3f76cfac1ca1c71f92547a
diff --git a/tools/cfi/blacklist.txt b/tools/cfi/blacklist.txt
index 822f83f..790f09e 100644
--- a/tools/cfi/blacklist.txt
+++ b/tools/cfi/blacklist.txt
@@ -15,7 +15,7 @@
 fun:*LocaleConvertCase*
 
 # PropertyCallbackArguments::Call methods cast function pointers
-src:*src/api-arguments-inl.h
+src:*src/api/api-arguments-inl.h
 
 # v8 callback that casts argument template parameters
 fun:*PendingPhantomCallback*Invoke*