Searched refs:kSupportedTypes (Results 1 – 2 of 2) sorted by relevance
40 static const char* kSupportedTypes[] = { variable48 for (size_t i = 0; i < arraysize(kSupportedTypes); ++i) { in IsTypeSupported()49 if (kSupportedTypes[i] == type) { in IsTypeSupported()
129 const int kSupportedTypes[] = {CLONE_NEWUSER, CLONE_NEWPID, CLONE_NEWNET}; in LaunchProcessWithOptions() local130 for (const int ns_type : kSupportedTypes) { in LaunchProcessWithOptions()