Searched refs:ARGS_COUNT_ONE (Results 1 – 2 of 2) sorted by relevance
41 const int ARGS_COUNT_ONE = 1; variable65 if (sscanf_s(buf, "%*[^0-9]%d", &pid) != ARGS_COUNT_ONE) { in GetProcStatusByPath()80 if (sscanf_s(buf, "%*[^0-9]%d", &ppid) != ARGS_COUNT_ONE) { in GetProcStatusByPath()
29 constexpr int32_t ARGS_COUNT_ONE = 1; variable261 if (argc != ARGS_COUNT_ONE) { in OnSetWidth()293 if (argc != ARGS_COUNT_ONE) { in OnSetHeight()357 if (argc < ARGS_COUNT_ONE || argc > ARGS_COUNT_TWO) { in onGetContext()