Home
last modified time | relevance | path

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

/frameworks/base/cmds/app_process/
Dapp_main.cpp33 class AppRuntime : public AndroidRuntime class
36 AppRuntime(char* argBlockStart, const size_t argBlockLength) in AppRuntime() function in android::AppRuntime
199 AppRuntime runtime(argv[0], computeArgBlockSize(argc, argv)); in main()