Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dmain.cpp36 std::string rawheapPathOrVersionCheck = argv[newArgc]; in ParseArgs() local
37 if (rawheapPathOrVersionCheck == "--version" || rawheapPathOrVersionCheck == "-v") { in ParseArgs()
42 if (rawheapPathOrVersionCheck == "--help" || rawheapPathOrVersionCheck == "-h") { in ParseArgs()
47 if (!EndsWith(rawheapPathOrVersionCheck, ".rawheap")) { in ParseArgs()
69 input = rawheapPathOrVersionCheck; in ParseArgs()