Searched refs:TWO_OF_ARGC_PARAMETERS (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hidumper_lite/lite/ |
H A D | hidumper.c | 34 #define TWO_OF_ARGC_PARAMETERS 2 macro 161 } else if (argc == TWO_OF_ARGC_PARAMETERS && strcmp(argv[ONE_OF_ARGC_PARAMETERS], "-dc") == 0) { in ParameterMatching() 163 } else if (argc == TWO_OF_ARGC_PARAMETERS && strcmp(argv[ONE_OF_ARGC_PARAMETERS], "-df") == 0) { in ParameterMatching() 165 } else if (argc == TWO_OF_ARGC_PARAMETERS && strcmp(argv[ONE_OF_ARGC_PARAMETERS], "-dm") == 0) { in ParameterMatching() 167 } else if (argc == TWO_OF_ARGC_PARAMETERS && strcmp(argv[ONE_OF_ARGC_PARAMETERS], "-dt") == 0) { in ParameterMatching() 169 } else if (argc == TWO_OF_ARGC_PARAMETERS && strcmp(argv[ONE_OF_ARGC_PARAMETERS], "-ikc") == 0) { in ParameterMatching() 171 } else if (argc == TWO_OF_ARGC_PARAMETERS && strcmp(argv[ONE_OF_ARGC_PARAMETERS], "-iuc") == 0) { in ParameterMatching() 173 } else if (argc == TWO_OF_ARGC_PARAMETERS && strcmp(argv[ONE_OF_ARGC_PARAMETERS], "-m") == 0) { in ParameterMatching() 179 argv[TWO_OF_ARGC_PARAMETERS], sizeof(param.filePath) - 1) != EOK) { in ParameterMatching() 186 param.start = strtoull(argv[TWO_OF_ARGC_PARAMETERS], NUL in ParameterMatching() [all...] |
/base/hiviewdfx/hidumper_lite/mini/interfaces/native/kits/ |
H A D | hidumper.h | 26 #define TWO_OF_ARGC_PARAMETERS 2 macro
|
/base/hiviewdfx/hidumper_lite/mini/ |
H A D | hidumper_core.c | 134 } else if (argc == TWO_OF_ARGC_PARAMETERS && strcmp(argv[0], "-m") == 0) { in ParameterMatching() 141 strtoull(argv[TWO_OF_ARGC_PARAMETERS], NULL, BUF_SIZE_16)); in ParameterMatching()
|
Completed in 1 milliseconds