Home
last modified time | relevance | path

Searched refs:kAppAllowlistPath (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/
DTypeManager.cpp78 const char kAppAllowlistPath[] = "/vendor/etc/nnapi_extensions_app_allowlist"; variable
85 if (!android::base::ReadFileToString(kAppAllowlistPath, &data)) { in getVendorExtensionAllowlistedApps()
87 LOG(INFO) << "Failed to read " << kAppAllowlistPath in getVendorExtensionAllowlistedApps()
100 LOG(ERROR) << kAppAllowlistPath << " - Invalid entry: " << line; in getVendorExtensionAllowlistedApps()