Home
last modified time | relevance | path

Searched refs:GetEnvironmentVariable (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/packages/modules/adb/sysdeps/
Denv.cpp31 std::optional<std::string> GetEnvironmentVariable(std::string_view var) { in GetEnvironmentVariable() function
74 const auto hostName = GetEnvironmentVariable(kHostNameEnvVar); in GetHostNameUTF8()
99 const auto userName = GetEnvironmentVariable(kUserNameEnvVar); in GetLoginNameUTF8()
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/windows/
H A Denv.cc34 DWORD ret = GetEnvironmentVariable(tname.c_str(), NULL, 0); in GetEnv()
38 GetEnvironmentVariable(tname.c_str(), tresult.get(), ret * sizeof(TCHAR)); in GetEnv()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/windows/
Denv.cc34 DWORD ret = GetEnvironmentVariable(tname.c_str(), NULL, 0); in GetEnv()
38 GetEnvironmentVariable(tname.c_str(), tresult.get(), ret * sizeof(TCHAR)); in GetEnv()
/aosp_15_r20/external/cronet/base/
H A Denvironment.cc60 return ::GetEnvironmentVariable(wide_name.c_str(), nullptr, 0) != 0; in GetVarImpl()
65 ::GetEnvironmentVariable(wide_name.c_str(), value.data(), value.size()); in GetVarImpl()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dprocessenv.h57 #define GetEnvironmentVariable __MINGW_NAME_AW(GetEnvironmentVariable) macro
/aosp_15_r20/external/libchrome/base/
H A Denvironment.cc61 ::GetEnvironmentVariable(UTF8ToWide(variable_name).c_str(), nullptr, 0); in GetVarImpl()
66 ::GetEnvironmentVariable(UTF8ToWide(variable_name).c_str(), value.get(), in GetVarImpl()
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_layer_config.cpp66 int size = GetEnvironmentVariable(variable, NULL, 0); in getEnvironment()
71 GetEnvironmentVariable(variable, buffer, size); in getEnvironment()
/aosp_15_r20/external/angle/util/windows/third_party/StackWalker/src/
H A DStackWalker.cpp300 if ((m_hDbhHelp == NULL) && (GetEnvironmentVariable(_T("ProgramFiles"), szTemp, 4096) > 0)) in Init()
310 if ((m_hDbhHelp == NULL) && (GetEnvironmentVariable(_T("ProgramFiles"), szTemp, 4096) > 0)) in Init()
320 if ((m_hDbhHelp == NULL) && (GetEnvironmentVariable(_T("ProgramFiles"), szTemp, 4096) > 0)) in Init()
331 if ((m_hDbhHelp == NULL) && (GetEnvironmentVariable(_T("ProgramFiles"), szTemp, 4096) > 0)) in Init()
342 if ((m_hDbhHelp == NULL) && (GetEnvironmentVariable(_T("ProgramFiles"), szTemp, 4096) > 0)) in Init()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/toolchains/rbe_win2019/
DDockerfile58 $old_path = [Environment]::GetEnvironmentVariable(\"PATH\", \"Machine\"); \
77 $old_path = [Environment]::GetEnvironmentVariable(\"PATH\", \"Machine\"); \
/aosp_15_r20/external/grpc-grpc/third_party/toolchains/dockerfile/rbe_windows2019/
H A DDockerfile58 $old_path = [Environment]::GetEnvironmentVariable(\"PATH\", \"Machine\"); \
77 $old_path = [Environment]::GetEnvironmentVariable(\"PATH\", \"Machine\"); \
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A Dmain.cpp68GetEnvironmentVariable("SWIFTSHADER_DISABLE_DEBUGGER_WAIT_DIALOG", disable_debugger_wait_dialog, s… in DllMain()
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DRefStructCompatibilityTest.cs86 …var oldCsharpCompilerPath = Path.Combine(Environment.GetEnvironmentVariable("WINDIR"), "Microsoft.… in RunOldCsharpCompilerAndCheckSuccess()
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/
H A DRefStructCompatibilityTest.cs86 …var oldCsharpCompilerPath = Path.Combine(Environment.GetEnvironmentVariable("WINDIR"), "Microsoft.… in RunOldCsharpCompilerAndCheckSuccess()
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Denv_windows.go21 n, err = GetEnvironmentVariable(keyp, &b[0], uint32(len(b)))
Dzsyscall_windows.go730 func GetEnvironmentVariable(name *uint16, buffer *uint16, size uint32) (n uint32, err error) { func
/aosp_15_r20/external/google-breakpad/src/tools/windows/converter_exe/
H A Dhttp_download.cc123 if (::GetEnvironmentVariable(kHttpApiPolicyEnvironmentVariable, in CreateHttpClient()
/aosp_15_r20/external/python/cpython2/Modules/
Dposixmodule.c5395 if (i = GetEnvironmentVariable("COMSPEC",NULL,0)) { in _PyPopenCreateProcess()
5399 if (!(x = GetEnvironmentVariable("COMSPEC", s1, i))) in _PyPopenCreateProcess()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go2221 func GetEnvironmentVariable(name *uint16, buffer *uint16, size uint32) (n uint32, err error) { func
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/net/java/dev/jna/jna-platform/5.6.0/
HDjna-platform-5.6.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/ ...
/aosp_15_r20/prebuilts/go/linux-x86/api/
Dgo1.txt28572 pkg syscall (windows-386), func GetEnvironmentVariable(*uint16, *uint16, uint32) (uint32, error)
29501 pkg syscall (windows-amd64), func GetEnvironmentVariable(*uint16, *uint16, uint32) (uint32, error)
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/lint-psi/intellij-core/
HDintellij-core-mvn.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE META-INF/JavaPsiPlugin.xml ...
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/31.7.0-alpha07/
HDintellij-core-31.7.0-alpha07.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE META-INF/JavaPsiPlugin.xml ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/1.3.61-release-180/
HDkotlin-compiler-1.3.61-release-180.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...
/aosp_15_r20/external/kotlinc/lib/
HDkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF FirNativeForwardDeclarationGetClassCallChecker.class FirNativeForwardDeclarationGetClassCallChecker.kt package FirNativeForwardDeclarationGetClassCallChecker ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/gradle-plugin/metalava-gradle-plugin-deps/linux_glibc_common/local-combined/
Dmetalava-gradle-plugin-deps.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/AL2.0 META ...