Searched defs:runtimeArg (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/jni/
H A DAndroidRuntime.cpp434 * The "runtimeArg" is a prefix for the option such as "-Xms" or "-Xmx".
443 const char* runtimeArg,
446 strcpy(buffer, runtimeArg);
447 size_t runtimeArgLen = strlen(runtimeArg);
490 * The "runtimeArg" is a prefix for the option such as "-Xms" or "-Xmx".
499 const char* runtimeArg,
502 strcpy(buffer, runtimeArg);
503 size_t runtimeArgLen = strlen(runtimeArg);
441 parseRuntimeOption(const char* property, char* buffer, const char* runtimeArg, const char* defaultArg) argument
497 parseCompilerRuntimeOption(const char* property, char* buffer, const char* runtimeArg, const char* quotingArg) argument

Completed in 2103 milliseconds