Searched refs:environmentVariable (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/Platform/unix/
H A DEnvironmentUtilities.h35 void stripValuesEndingWithString(const char* environmentVariable, const char* search);
H A DEnvironmentUtilities.cpp35 void stripValuesEndingWithString(const char* environmentVariable, const char* searchValue) argument
37 ASSERT(environmentVariable);
41 char* environmentValue = getenv(environmentVariable);
115 unsetenv(environmentVariable);
119 setenv(environmentVariable, environmentValue, 1);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Launcher/mac/
H A DEnvironmentVariables.cpp95 const char* EnvironmentVariables::valueIfVariableHasName(const char* environmentVariable, const char* name) const argument
98 const char* equalsLocation = strchr(environmentVariable, '=');
101 size_t nameLength = equalsLocation - environmentVariable;
104 if (memcmp(environmentVariable, name, nameLength))
H A DEnvironmentVariables.h55 const char* valueIfVariableHasName(const char* environmentVariable, const char* name) const;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_context.cpp81 static const char environmentVariable[] = "SAMPLE_MEMORY"; local
83 if (!initializeMemorySampler && getenv(environmentVariable)) {
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextcache_main.c1269 const char * environmentVariable = NULL; // do not free local
1273 environmentVariable = "KEXT_LOG_FILTER_KERNEL";
1275 environmentVariable = "KEXT_LOG_FILTER_USER";
1278 environmentLogFilterString = getenv(environmentVariable);
1307 setenv(environmentVariable, logSpecBuffer, /* overwrite */ 1);

Completed in 216 milliseconds