Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_os_ZygoteCommandBuffer.cpp158 static const char* RUNTIME_ARGS = "--runtime-args"; in isSimpleForkCommand() local
165 static const size_t RA_LENGTH = strlen(RUNTIME_ARGS); in isSimpleForkCommand()
183 && strncmp(arg_start, RUNTIME_ARGS, RA_LENGTH) == 0) { in isSimpleForkCommand()