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

/frameworks/base/include/android_runtime/
H A DAndroidRuntime.h128 const char* quotingArg);
132 const char* quotingArg);
133 void parseExtraOpts(char* extraOptsBuf, const char* quotingArg);
/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 116 milliseconds