Searched defs:envname (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dcommandlineflags.h127 inline const char* const EnvToString(const char* envname, const char* dflt) { argument
129 if (__system_property_get(envname, system_property_value) > 0)
134 inline bool EnvToBool(const char* envname, bool dflt) { argument
137 if (__system_property_get(envname, system_property_value) > 0)
142 inline int EnvToInt(const char* envname, int dflt) { argument
144 if (__system_property_get(envname, system_property_value) > 0)
149 inline int64 EnvToInt64(const char* envname, int64 dflt) { argument
151 if (__system_property_get(envname, system_property_value) > 0)
156 inline double EnvToDouble(const char* envname, double dflt) { argument
158 if (__system_property_get(envname, system_property_valu
[all...]
/external/jemalloc/src/
H A Djemalloc.c459 const char *envname = local
467 if ((opts = getenv(envname)) != NULL) {
/external/qemu/audio/
H A Daudio.c378 static audfmt_e audio_get_conf_fmt (const char *envname, argument
382 const char *var = getenv (envname);

Completed in 135 milliseconds