/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/ |
D | UserHomeDirectoryUtilsTest.java | 35 "USERPROFILE", 80 ENVIRONMENT_VARIABLE_HELPER.set("USERPROFILE", "userprofile"); in homeDirectoryResolutionPriorityIsCorrectOnWindows() 87 assertThat(userHomeDirectory()).isEqualTo("userprofile"); in homeDirectoryResolutionPriorityIsCorrectOnWindows() 89 ENVIRONMENT_VARIABLE_HELPER.remove("USERPROFILE"); in homeDirectoryResolutionPriorityIsCorrectOnWindows() 108 ENVIRONMENT_VARIABLE_HELPER.set("USERPROFILE", "userprofile"); in homeDirectoryResolutionPriorityIsCorrectOnNonWindows() 117 ENVIRONMENT_VARIABLE_HELPER.remove("USERPROFILE"); in homeDirectoryResolutionPriorityIsCorrectOnNonWindows()
|
/external/jazzer-api/examples/junit-spring-web/ |
D | mvnw.cmd | 49 if exist "%USERPROFILE%\mavenrc_pre.bat" call "%USERPROFILE%\mavenrc_pre.bat" %* 50 if exist "%USERPROFILE%\mavenrc_pre.cmd" call "%USERPROFILE%\mavenrc_pre.cmd" %* 179 if exist "%USERPROFILE%\mavenrc_post.bat" call "%USERPROFILE%\mavenrc_post.bat" 180 if exist "%USERPROFILE%\mavenrc_post.cmd" call "%USERPROFILE%\mavenrc_post.cmd"
|
/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/ |
D | UserHomeDirectoryUtils.java | 45 … Optional<String> userProfile = SystemSetting.getStringValueFromEnvironmentVariable("USERPROFILE"); in userHomeDirectory() local 47 if (userProfile.isPresent()) { in userHomeDirectory() 48 return userProfile.get(); in userHomeDirectory()
|
/external/aws-sdk-java-v2/ |
D | mvnw.cmd | 48 if exist "%USERPROFILE%\mavenrc_pre.bat" call "%USERPROFILE%\mavenrc_pre.bat" %* 49 if exist "%USERPROFILE%\mavenrc_pre.cmd" call "%USERPROFILE%\mavenrc_pre.cmd" %* 196 if exist "%USERPROFILE%\mavenrc_post.bat" call "%USERPROFILE%\mavenrc_post.bat" 197 if exist "%USERPROFILE%\mavenrc_post.cmd" call "%USERPROFILE%\mavenrc_post.cmd"
|
/external/guava/ |
D | mvnw.cmd | 48 if exist "%USERPROFILE%\mavenrc_pre.bat" call "%USERPROFILE%\mavenrc_pre.bat" %* 49 if exist "%USERPROFILE%\mavenrc_pre.cmd" call "%USERPROFILE%\mavenrc_pre.cmd" %* 196 if exist "%USERPROFILE%\mavenrc_post.bat" call "%USERPROFILE%\mavenrc_post.bat" 197 if exist "%USERPROFILE%\mavenrc_post.cmd" call "%USERPROFILE%\mavenrc_post.cmd"
|
/external/sdv/vsomeip/third_party/boost/numeric/ublas/ |
D | .appveyor.yml | 49 - xcopy %APPVEYOR_BUILD_FOLDER%\opencl.jam %USERPROFILE% 50 - xcopy %APPVEYOR_BUILD_FOLDER%\clblas.jam %USERPROFILE% 52 # Creating %USERPROFILE%/user-config.jam file 61 '@ | sc "$env:USERPROFILE/user-config.jam"
|
/external/okio/okio/src/mingwX64Main/kotlin/okio/ |
D | WindowsPosixVariant.kt | 54 // Windows' built-in APIs check the TEMP, TMP, and USERPROFILE environment variables in order. 62 val userProfile = getenv("USERPROFILE") constant 63 if (userProfile != null) return userProfile.toKString().toPath()
|
/external/conscrypt/openjdk/src/main/java/org/conscrypt/ |
D | HostProperties.java | 141 String userprofile = System.getenv("USERPROFILE"); in getTempDir() local 142 if (userprofile != null) { in getTempDir() 143 f = toDirectory(userprofile + "\\AppData\\Local\\Temp"); in getTempDir() 148 f = toDirectory(userprofile + "\\Local Settings\\Temp"); in getTempDir()
|
/external/conscrypt/repackaged/openjdk/src/main/java/com/android/org/conscrypt/ |
D | HostProperties.java | 142 String userprofile = System.getenv("USERPROFILE"); in getTempDir() local 143 if (userprofile != null) { in getTempDir() 144 f = toDirectory(userprofile + "\\AppData\\Local\\Temp"); in getTempDir() 149 f = toDirectory(userprofile + "\\Local Settings\\Temp"); in getTempDir()
|
/external/python/google-api-python-client/docs/dyn/ |
D | dfareporting_v3_5.userProfiles.html | 106 …{ # A UserProfile resource lets you list all DFA user profiles that are associated with a Google u… 110 …tifies what kind of resource this is. Value: the fixed string "dfareporting#userProfile". 134 …{ # A UserProfile resource lets you list all DFA user profiles that are associated with a Google u… 138 …tifies what kind of resource this is. Value: the fixed string "dfareporting#userProfile".
|
D | dfareporting_v3_4.userProfiles.html | 106 …{ # A UserProfile resource lets you list all DFA user profiles that are associated with a Google u… 110 …tifies what kind of resource this is. Value: the fixed string "dfareporting#userProfile". 134 …{ # A UserProfile resource lets you list all DFA user profiles that are associated with a Google u… 138 …tifies what kind of resource this is. Value: the fixed string "dfareporting#userProfile".
|
D | dfareporting_v3_3.userProfiles.html | 106 …{ # A UserProfile resource lets you list all DFA user profiles that are associated with a Google u… 110 …tifies what kind of resource this is. Value: the fixed string "dfareporting#userProfile". 134 …{ # A UserProfile resource lets you list all DFA user profiles that are associated with a Google u… 138 …tifies what kind of resource this is. Value: the fixed string "dfareporting#userProfile".
|
/external/sdv/vsomeip/third_party/boost/spirit/ |
D | .appveyor.yml | 29 - '%USERPROFILE%\clcache' 42 # Creating %USERPROFILE%/user-config.jam file 72 '@ | sc "$env:USERPROFILE/user-config.jam"
|
/external/curl/docs/cmdline-opts/ |
D | config.md | 72 4) Windows: **"%USERPROFILE%\.curlrc"** 76 6) Windows: **"%USERPROFILE%\Application Data\.curlrc"**
|
D | _ENVIRONMENT.md | 107 ## `USERPROFILE` <dir> 110 **"$USERPROFILE\Application Data"**.
|
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/auth/credentials/ |
D | ProfileCredentialsProvider.java | 103 * "%USERPROFILE%\.aws\config" (Windows) is used. 111 * Mac) or "%USERPROFILE%\.aws\credentials" (Windows) is used.
|
/external/python/pyfakefs/ |
D | tox.ini | 10 passenv = HOME,USERPROFILE
|
/external/curl/src/ |
D | tool_findfile.c | 58 { "USERPROFILE", NULL, FALSE }, 60 { "USERPROFILE", "\\Application Data", FALSE},
|
/external/cronet/tot/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/ |
D | temp_directory_path.pass.cpp | 67 {"USERPROFILE", env.create_dir("dir3")} in basic_tests() 80 {"USERPROFILE", env.create_dir("dir5")}, in basic_tests()
|
/external/cronet/stable/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/ |
D | temp_directory_path.pass.cpp | 67 {"USERPROFILE", env.create_dir("dir3")} in basic_tests() 80 {"USERPROFILE", env.create_dir("dir5")}, in basic_tests()
|
/external/capstone/bindings/powershell/ |
D | README.md | 24 %UserProfile%\Documents\WindowsPowerShell\Modules
|
/external/aws-sdk-java-v2/.changes/2.17.x/ |
D | 2.17.279.json | 27 …asting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels."
|
/external/openthread/third_party/mbedtls/repo/scripts/ |
D | windows_msbuild.bat | 13 @rem If the %USERPROFILE%\Source directory exists, then running
|
/external/mbedtls/scripts/ |
D | windows_msbuild.bat | 13 @rem If the %USERPROFILE%\Source directory exists, then running
|
/external/bazelbuild-rules_python/python/private/pypi/ |
D | pip_compile.bzl | 173 # USERPROFILE env variable to allow setuptools to proceed without finding 176 "@@platforms//os:windows": {"USERPROFILE": "Z:\\FakeSetuptoolsHomeDirectoryHack"},
|