Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/test/
Dhiebpf_test_demo.cpp33 constexpr int ARGC_NUM_MUST = 3; variable
174 if (argc >= ARGC_NUM_MUST) { in main()
183 if (argc > ARGC_NUM_MUST) { in main()
/developtools/profiler/device/plugins/native_hook/test/
Dhook_test.cpp35 constexpr int ARGC_NUM_MUST = 3; variable
222 if (argc >= ARGC_NUM_MUST) { in main()