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

/frameworks/base/core/jni/
H A DAndroidRuntime.cpp401 * If "quotingArg" is non-null, it is passed before each extra option in mOptions.
405 void AndroidRuntime::parseExtraOpts(char* extraOptsBuf, const char* quotingArg) argument
421 if (quotingArg != NULL) {
422 addOption(quotingArg);
463 * The "quotingArg" should be "-Ximage-compiler-option" or "-Xcompiler-option".
471 const char* quotingArg)
479 addOption(quotingArg);
492 * The "quotingArg" should be "-Ximage-compiler-option" or "-Xcompiler-option".
500 const char* quotingArg)
508 addOption(quotingArg);
468 parseCompilerOption(const char* property, char* buffer, const char* compilerArg, const char* quotingArg) argument
497 parseCompilerRuntimeOption(const char* property, char* buffer, const char* runtimeArg, const char* quotingArg) argument
[all...]

Completed in 83 milliseconds