/aosp_15_r20/packages/modules/adb/sysdeps/ |
D | env.cpp | 31 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 D | env.cc | 34 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/ |
D | env.cc | 34 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 D | environment.cc | 60 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/ |
D | processenv.h | 57 #define GetEnvironmentVariable __MINGW_NAME_AW(GetEnvironmentVariable) macro
|
/aosp_15_r20/external/libchrome/base/ |
H A D | environment.cc | 61 ::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 D | vk_layer_config.cpp | 66 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 D | StackWalker.cpp | 300 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/ |
D | Dockerfile | 58 $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 D | Dockerfile | 58 $old_path = [Environment]::GetEnvironmentVariable(\"PATH\", \"Machine\"); \ 77 $old_path = [Environment]::GetEnvironmentVariable(\"PATH\", \"Machine\"); \
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | main.cpp | 68 …GetEnvironmentVariable("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 D | RefStructCompatibilityTest.cs | 86 …var oldCsharpCompilerPath = Path.Combine(Environment.GetEnvironmentVariable("WINDIR"), "Microsoft.… in RunOldCsharpCompilerAndCheckSuccess()
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | RefStructCompatibilityTest.cs | 86 …var oldCsharpCompilerPath = Path.Combine(Environment.GetEnvironmentVariable("WINDIR"), "Microsoft.… in RunOldCsharpCompilerAndCheckSuccess()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | env_windows.go | 21 n, err = GetEnvironmentVariable(keyp, &b[0], uint32(len(b)))
|
D | zsyscall_windows.go | 730 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 D | http_download.cc | 123 if (::GetEnvironmentVariable(kHttpApiPolicyEnvironmentVariable, in CreateHttpClient()
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | posixmodule.c | 5395 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/ |
D | zsyscall_windows.go | 2221 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/ |
HD | jna-platform-5.6.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/sun/
com/ ... |
/aosp_15_r20/prebuilts/go/linux-x86/api/ |
D | go1.txt | 28572 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/ |
HD | intellij-core-mvn.jar | META-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/ |
HD | intellij-core-31.7.0-alpha07.jar | META-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/ |
HD | kotlin-compiler-1.3.61-release-180.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |
/aosp_15_r20/external/kotlinc/lib/ |
HD | kotlin-compiler.jar | META-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/ |
D | metalava-gradle-plugin-deps.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/AL2.0
META ... |