Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dfd_utils.cpp109 static const char* kApkSuffix = ".apk"; in IsAllowed() local
122 && android::base::EndsWith(path, kApkSuffix) in IsAllowed()