Searched refs:RUNTIME_ARGS (Results 1 – 1 of 1) sorted by relevance
158 static const char* RUNTIME_ARGS = "--runtime-args"; in isSimpleForkCommand() local165 static const size_t RA_LENGTH = strlen(RUNTIME_ARGS); in isSimpleForkCommand()183 && strncmp(arg_start, RUNTIME_ARGS, RA_LENGTH) == 0) { in isSimpleForkCommand()