Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dfd_utils.cpp128 static const char* kApkSuffix = ".apk"; in IsAllowed() local
141 android::base::EndsWith(path, kApkSuffix) && path.find("/../") == std::string::npos) { in IsAllowed()
149 android::base::EndsWith(path, kApkSuffix) && path.find("/../") == std::string::npos) { in IsAllowed()