Searched defs:quotingArg (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A DAndroidRuntime.cpp451 * If "quotingArg" is non-null, it is passed before each extra option in mOptions.
455 void AndroidRuntime::parseExtraOpts(char* extraOptsBuf, const char* quotingArg) argument
471 if (quotingArg != NULL) {
472 addOption(quotingArg);
513 * The "quotingArg" should be "-Ximage-compiler-option" or "-Xcompiler-option".
521 const char* quotingArg)
529 addOption(quotingArg);
542 * The "quotingArg" should be "-Ximage-compiler-option" or "-Xcompiler-option".
550 const char* quotingArg)
558 addOption(quotingArg);
518 parseCompilerOption(const char* property, char* buffer, const char* compilerArg, const char* quotingArg) argument
547 parseCompilerRuntimeOption(const char* property, char* buffer, const char* runtimeArg, const char* quotingArg) argument
[all...]

Completed in 55 milliseconds