Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/test/benchmark/
H A Dbenchmark_fwk.cpp112 char *errorCheck = nullptr; in ParseOptions() local
123 opts.cpuNum = strtol(optarg, &errorCheck, 10); // 10 base in ParseOptions()
124 if (*errorCheck) { in ParseOptions()
134 opts.iterNum = strtol(optarg, &errorCheck, 10); // 10 base in ParseOptions()
135 if (*errorCheck != '\0' || opts.iterNum < 0) { in ParseOptions()
179 char *errorCheck; in ResolveArgs() local
180 int converted = static_cast<int>(strtol(arg.c_str(), &errorCheck, 10)); // 10 base in ResolveArgs()
181 if (*errorCheck) { in ResolveArgs()