OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getenv
(Results
201 - 225
of
1930
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstdlib
80
#undef
getenv
116
using ::
getenv
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstdlib
80
#undef
getenv
116
using ::
getenv
;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstdlib
82
#undef
getenv
116
using ::
getenv
;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstdlib
82
#undef
getenv
116
using ::
getenv
;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstdlib
82
#undef
getenv
116
using ::
getenv
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstdlib
82
#undef
getenv
116
using ::
getenv
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib
80
#undef
getenv
116
using ::
getenv
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdlib
80
#undef
getenv
116
using ::
getenv
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib
80
#undef
getenv
116
using ::
getenv
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdlib
80
#undef
getenv
116
using ::
getenv
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstdlib
91
#undef
getenv
137
using ::
getenv
;
/sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp
42
if (
getenv
(GLES_LIBNAME_VAR) != NULL) {
43
libname =
getenv
(GLES_LIBNAME_VAR);
/sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp
34
if (
getenv
(EGL_LIB) != NULL) {
35
eglLib =
getenv
(EGL_LIB);
/external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc
185
if (const char* tmpdir =
getenv
("TMPDIR")) {
187
} else if (const char* tmp =
getenv
("TMP")) {
410
const char* xdg_config_home =
getenv
("XDG_CONFIG_HOME");
417
if (const char* home =
getenv
("HOME")) {
419
} else if (const char* dotdir =
getenv
("DOTDIR")) {
/external/chromium_org/third_party/libjingle/source/talk/base/
unixfilesystem.cc
179
if (const char* tmpdir =
getenv
("TMPDIR")) {
181
} else if (const char* tmp =
getenv
("TMP")) {
407
const char* xdg_config_home =
getenv
("XDG_CONFIG_HOME");
414
if (const char* home =
getenv
("HOME")) {
416
} else if (const char* dotdir =
getenv
("DOTDIR")) {
/external/chromium_org/third_party/mesa/src/src/glx/
dri_common.c
61
if ((env =
getenv
("LIBGL_DEBUG")) && strstr(env, "verbose")) {
79
if ((env =
getenv
("LIBGL_DEBUG")) && !strstr(env, "quiet")) {
100
if (!(env =
getenv
("LIBGL_DEBUG")) || !strstr(env, "quiet")) {
142
libPaths =
getenv
("LIBGL_DRIVERS_PATH");
144
libPaths =
getenv
("LIBGL_DRIVERS_DIR"); /* deprecated */
/external/mesa3d/src/glx/
dri_common.c
61
if ((env =
getenv
("LIBGL_DEBUG")) && strstr(env, "verbose")) {
79
if ((env =
getenv
("LIBGL_DEBUG")) && !strstr(env, "quiet")) {
100
if (!(env =
getenv
("LIBGL_DEBUG")) || !strstr(env, "quiet")) {
142
libPaths =
getenv
("LIBGL_DRIVERS_PATH");
144
libPaths =
getenv
("LIBGL_DRIVERS_DIR"); /* deprecated */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h
42
#include <cstdlib> // atof, atoi, strtol,
getenv
, atexit, abort
336
char* __env_value = std::
getenv
(__env_var);
479
char* __env_trace_file_name = std::
getenv
(_GLIBCXX_PROFILE_TRACE_ENV_VAR);
492
= std::
getenv
(_GLIBCXX_PROFILE_MAX_WARN_COUNT_ENV_VAR);
561
const char* __env_value = std::
getenv
(__factor->__env_var);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h
42
#include <cstdlib> // atof, atoi, strtol,
getenv
, atexit, abort
336
char* __env_value = std::
getenv
(__env_var);
479
char* __env_trace_file_name = std::
getenv
(_GLIBCXX_PROFILE_TRACE_ENV_VAR);
492
= std::
getenv
(_GLIBCXX_PROFILE_MAX_WARN_COUNT_ENV_VAR);
561
const char* __env_value = std::
getenv
(__factor->__env_var);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_trace.h
42
#include <cstdlib> // atof, atoi, strtol,
getenv
, atexit, abort
336
char* __env_value = std::
getenv
(__env_var);
479
char* __env_trace_file_name = std::
getenv
(_GLIBCXX_PROFILE_TRACE_ENV_VAR);
492
= std::
getenv
(_GLIBCXX_PROFILE_MAX_WARN_COUNT_ENV_VAR);
561
const char* __env_value = std::
getenv
(__factor->__env_var);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_trace.h
35
#include <cstdlib> // atof, atoi, strtol,
getenv
, atexit, abort
329
char* __env_value = std::
getenv
(__env_var);
472
char* __env_trace_file_name = std::
getenv
(_GLIBCXX_PROFILE_TRACE_ENV_VAR);
485
= std::
getenv
(_GLIBCXX_PROFILE_MAX_WARN_COUNT_ENV_VAR);
554
const char* __env_value = std::
getenv
(__factor->__env_var);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_trace.h
42
#include <cstdlib> // atof, atoi, strtol,
getenv
, atexit, abort
336
char* __env_value = std::
getenv
(__env_var);
479
char* __env_trace_file_name = std::
getenv
(_GLIBCXX_PROFILE_TRACE_ENV_VAR);
492
= std::
getenv
(_GLIBCXX_PROFILE_MAX_WARN_COUNT_ENV_VAR);
561
const char* __env_value = std::
getenv
(__factor->__env_var);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_trace.h
35
#include <cstdlib> // atof, atoi, strtol,
getenv
, atexit, abort
329
char* __env_value = std::
getenv
(__env_var);
472
char* __env_trace_file_name = std::
getenv
(_GLIBCXX_PROFILE_TRACE_ENV_VAR);
485
= std::
getenv
(_GLIBCXX_PROFILE_MAX_WARN_COUNT_ENV_VAR);
554
const char* __env_value = std::
getenv
(__factor->__env_var);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_trace.h
35
#include <cstdlib> // atof, atoi, strtol,
getenv
, atexit, abort
329
char* __env_value = std::
getenv
(__env_var);
472
char* __env_trace_file_name = std::
getenv
(_GLIBCXX_PROFILE_TRACE_ENV_VAR);
485
= std::
getenv
(_GLIBCXX_PROFILE_MAX_WARN_COUNT_ENV_VAR);
554
const char* __env_value = std::
getenv
(__factor->__env_var);
/art/runtime/
common_test.h
126
filename_ =
getenv
("ANDROID_DATA");
253
root +=
getenv
("ANDROID_BUILD_TOP");
275
return (
getenv
("ANDROID_BUILD_TOP") != NULL);
361
const char* android_data =
getenv
("ANDROID_DATA");
407
const char* host_dir =
getenv
("ANDROID_HOST_OUT");
416
const char* host_dir =
getenv
("ANDROID_HOST_OUT");
427
filename +=
getenv
("ANDROID_HOST_OUT");
Completed in 1751 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>