Searched refs:ParseLongCmdOption (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/include/manager/ |
H A D | dump_implement.h | 78 DumpStatus ParseLongCmdOption(int argc, DumperOpts& opts_, const struct option longOptions[],
|
/base/hiviewdfx/hidumper/frameworks/native/src/manager/ |
H A D | dump_implement.cpp | 240 DumpStatus status = ParseLongCmdOption(argc, opts_, longOptions, optionIndex, argv); in CmdParseWithParameter() 380 DumpStatus DumpImplement::ParseLongCmdOption(int argc, DumperOpts &opts_, const struct option longOptions[], in ParseLongCmdOption() function in OHOS::HiviewDFX::DumpImplement 424 DUMPER_HILOGE(MODULE_COMMON, "ParseLongCmdOption %{public}s", longOptions[optionIndex].name); in ParseLongCmdOption()
|
Completed in 3 milliseconds