Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dcom_android_internal_os_ZygoteCommandBuffer.cpp170 static const size_t CA_LENGTH = strlen(CAPABILITIES); in isSimpleForkCommand() local
204 if (arg_end - arg_start >= CA_LENGTH in isSimpleForkCommand()
205 && strncmp(arg_start, CAPABILITIES, CA_LENGTH) == 0) { in isSimpleForkCommand()