Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Djsepsessiondescription.cc40 static const char* kSupportedTypes[] = { variable
48 for (size_t i = 0; i < arraysize(kSupportedTypes); ++i) { in IsTypeSupported()
49 if (kSupportedTypes[i] == type) { in IsTypeSupported()
/external/libchrome/sandbox/linux/services/
Dnamespace_sandbox.cc129 const int kSupportedTypes[] = {CLONE_NEWUSER, CLONE_NEWPID, CLONE_NEWNET}; in LaunchProcessWithOptions() local
130 for (const int ns_type : kSupportedTypes) { in LaunchProcessWithOptions()