OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getenvironmentvariable
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome_frame/crash_reporting/
crash_dll.cc
26
DWORD ret = ::
GetEnvironmentVariable
(name, value, ARRAYSIZE(value));
/external/chromium/base/
environment.cc
62
DWORD value_length = ::
GetEnvironmentVariable
(
68
::
GetEnvironmentVariable
(UTF8ToWide(variable_name).c_str(), value.get(),
/external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher_win.cc
123
DWORD comspec_length = ::
GetEnvironmentVariable
(L"COMSPEC", NULL, 0);
129
::
GetEnvironmentVariable
(L"COMSPEC", comspec.get(), comspec_length);
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_getenv.c
72
bufferlen =
GetEnvironmentVariable
(name, SDL_envmem, (DWORD)SDL_envmemlen);
83
GetEnvironmentVariable
(name, SDL_envmem, (DWORD)SDL_envmemlen);
/external/chromium_org/base/
environment.cc
65
DWORD value_length = ::
GetEnvironmentVariable
(
71
::
GetEnvironmentVariable
(UTF8ToWide(variable_name).c_str(), value.get(),
/external/chromium_org/base/win/
win_util.cc
285
GetEnvironmentVariable
(L"CommonProgramW6432", NULL, 0);
288
GetEnvironmentVariable
(L"CommonProgramW6432",
/ndk/sources/host-tools/gdb-stub/
gdb-stub.c
96
GetEnvironmentVariable
("PATH", envbuf, envbufsize)
/external/libvpx/libvpx/examples/includes/geshi/geshi/
delphi.php
133
'GUIDToString', 'GetCurrentDir', '
GetEnvironmentVariable
',
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.h
52
// On Windows, it utilizes
GetEnvironmentVariable
() and on unix it uses
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.h
52
// On Windows, it utilizes
GetEnvironmentVariable
() and on unix it uses
/external/chromium_org/chrome/test/functional/
perf_endure.py
75
self._enabled = self.
GetEnvironmentVariable
(
77
self._save = self.
GetEnvironmentVariable
(
79
self._upload = self.
GetEnvironmentVariable
(
97
def
GetEnvironmentVariable
(env_name, converter, default):
408
deep_memory_profile = DeepMemoryProfiler.
GetEnvironmentVariable
(
[
all
...]
Completed in 489 milliseconds