Home
last modified time | relevance | path

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

/dalvik/vm/
DProperties.h29 bool dvmAddCommandLineProperty(const char* argStr);
DProperties.c61 bool dvmAddCommandLineProperty(const char* argStr) in dvmAddCommandLineProperty() function
DInit.c610 dvmAddCommandLineProperty(argv[i] + 2); in dvmProcessOptions()