Searched refs:StringToUInt32 (Results 1 – 4 of 4) sorted by relevance
25 bool StringToUInt32(const char* s, uint32_t* i) { in StringToUInt32() function64 if (!StringToUInt32(id_string, &id)) { in SplitIdsAndSkip()
28 bool StringToUInt32(const char* s, uint32_t* i);
122 if (!StringToUInt32(optarg, &working_id)) { in ParseOptions()128 if (!StringToUInt32(optarg, &working_id)) { in ParseOptions()
111 return StringToUInt32(pgrep_output, (uint32_t *)test_app_pid); in GetTestAppProcessId()