Home
last modified time | relevance | path

Searched refs:argBlockLength (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/app_process/
Dapp_main.cpp36 AppRuntime(char* argBlockStart, const size_t argBlockLength) in AppRuntime() argument
37 : AndroidRuntime(argBlockStart, argBlockLength) in AppRuntime()
/frameworks/base/core/jni/
DAndroidRuntime.cpp243 AndroidRuntime::AndroidRuntime(char* argBlockStart, const size_t argBlockLength) : in AndroidRuntime() argument
246 mArgBlockLength(argBlockLength) in AndroidRuntime()