Home
last modified time | relevance | path

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

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