Home
last modified time | relevance | path

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

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