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

/frameworks/base/core/jni/
H A DAndroidRuntime.cpp526 * The "compilerArg" is a prefix for the option such as "--compiler-filter=".
535 const char* compilerArg,
538 strcpy(buffer, compilerArg);
539 size_t compilerArgLen = strlen(compilerArg);
533 parseCompilerOption(const char* property, char* buffer, const char* compilerArg, const char* quotingArg) argument

Completed in 491 milliseconds