HomeSort by relevance Sort by last modified time
    Searched defs:gOptions (Results 1 - 6 of 6) sorted by null

  /art/dexlist/
dexlist.cc 43 } gOptions;
109 if (gOptions.methodToFind != nullptr &&
110 (strcmp(gOptions.classToFind, className.get()) != 0 ||
111 strcmp(gOptions.methodToFind, methodName) != 0)) {
221 memset(&gOptions, 0, sizeof(gOptions));
231 gOptions.outputFileName = optarg;
238 gOptions.argCopy = strdup(optarg);
239 char* meth = strrchr(gOptions.argCopy, '.');
245 gOptions.classToFind = gOptions.argCopy
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
GlobalData.py 23 gOptions = None
  /art/dexdump/
dexdump.cc 57 struct Options gOptions;
478 if (gOptions.outputFormat == OUTPUT_PLAIN) {
724 if (gOptions.outputFormat == OUTPUT_PLAIN) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
GuidChk.c 306 static OPTIONS gOptions;
329 if (gOptions.CheckGuids || gOptions.CheckSignatures) {
339 if (gOptions.DatabaseOutputFileName[0] != 0) {
340 CreateGuidList (gOptions.DatabaseOutputFileName);
361 memset ((char *) &gOptions, 0, sizeof (gOptions));
394 gOptions.CheckGuids = TRUE;
402 gOptions.CheckSignatures = TRUE;
410 gOptions.PrintFound = TRUE;
    [all...]
  /dalvik/dexdump/
DexDump.cpp 75 struct Options gOptions;
563 if (gOptions.outputFormat == OUTPUT_PLAIN) {
    [all...]
  /art/tools/dmtracedump/
tracedump.cc 239 static Options gOptions;
1049 FILE* dataFp = fopen(gOptions.traceFileName, "rb");
    [all...]

Completed in 164 milliseconds