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