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

/frameworks/base/core/jni/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.cpp466 * If "quotingArg" is non-null, it is passed before each extra option in mOptions.
470 void AndroidRuntime::parseExtraOpts(char* extraOptsBuf, const char* quotingArg) argument
486 if (quotingArg != NULL) {
487 addOption(quotingArg);
528 * The "quotingArg" should be "-Ximage-compiler-option" or "-Xcompiler-option".
536 const char* quotingArg)
544 addOption(quotingArg);
557 * The "quotingArg" should be "-Ximage-compiler-option" or "-Xcompiler-option".
565 const char* quotingArg)
573 addOption(quotingArg);
533 parseCompilerOption(const char* property, char* buffer, const char* compilerArg, const char* quotingArg) argument
562 parseCompilerRuntimeOption(const char* property, char* buffer, const char* runtimeArg, const char* quotingArg) argument
[all...]

Completed in 33 milliseconds