Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_ZygoteCommandBuffer.cpp166 static const size_t RA_LENGTH = strlen(RUNTIME_ARGS); in isSimpleForkCommand() local
183 if (arg_end - arg_start == RA_LENGTH in isSimpleForkCommand()
184 && strncmp(arg_start, RUNTIME_ARGS, RA_LENGTH) == 0) { in isSimpleForkCommand()