Home
last modified time | relevance | path

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

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