Home
last modified time | relevance | path

Searched full:userprofile (Results 1 – 25 of 89) sorted by relevance

1234

/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/
DUserHomeDirectoryUtilsTest.java35 "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/
Dmvnw.cmd49 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/
DUserHomeDirectoryUtils.java45 … 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/
Dmvnw.cmd48 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/
Dmvnw.cmd48 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.yml49 - 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/
DWindowsPosixVariant.kt54 // 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/
DHostProperties.java141 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/
DHostProperties.java142 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/
Ddfareporting_v3_5.userProfiles.html106 …{ # 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 &quot;dfareporting#userProfile&quot;.
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 &quot;dfareporting#userProfile&quot;.
Ddfareporting_v3_4.userProfiles.html106 …{ # 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 &quot;dfareporting#userProfile&quot;.
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 &quot;dfareporting#userProfile&quot;.
Ddfareporting_v3_3.userProfiles.html106 …{ # 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 &quot;dfareporting#userProfile&quot;.
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 &quot;dfareporting#userProfile&quot;.
/external/sdv/vsomeip/third_party/boost/spirit/
D.appveyor.yml29 - '%USERPROFILE%\clcache'
42 # Creating %USERPROFILE%/user-config.jam file
72 '@ | sc "$env:USERPROFILE/user-config.jam"
/external/curl/docs/cmdline-opts/
Dconfig.md72 4) Windows: **"%USERPROFILE%\.curlrc"**
76 6) Windows: **"%USERPROFILE%\Application Data\.curlrc"**
D_ENVIRONMENT.md107 ## `USERPROFILE` <dir>
110 **"$USERPROFILE\Application Data"**.
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/auth/credentials/
DProfileCredentialsProvider.java103 * "%USERPROFILE%\.aws\config" (Windows) is used.
111 * Mac) or "%USERPROFILE%\.aws\credentials" (Windows) is used.
/external/python/pyfakefs/
Dtox.ini10 passenv = HOME,USERPROFILE
/external/curl/src/
Dtool_findfile.c58 { "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/
Dtemp_directory_path.pass.cpp67 {"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/
Dtemp_directory_path.pass.cpp67 {"USERPROFILE", env.create_dir("dir3")} in basic_tests()
80 {"USERPROFILE", env.create_dir("dir5")}, in basic_tests()
/external/capstone/bindings/powershell/
DREADME.md24 %UserProfile%\Documents\WindowsPowerShell\Modules
/external/aws-sdk-java-v2/.changes/2.17.x/
D2.17.279.json27 …asting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels."
/external/openthread/third_party/mbedtls/repo/scripts/
Dwindows_msbuild.bat13 @rem If the %USERPROFILE%\Source directory exists, then running
/external/mbedtls/scripts/
Dwindows_msbuild.bat13 @rem If the %USERPROFILE%\Source directory exists, then running
/external/bazelbuild-rules_python/python/private/pypi/
Dpip_compile.bzl173 # USERPROFILE env variable to allow setuptools to proceed without finding
176 "@@platforms//os:windows": {"USERPROFILE": "Z:\\FakeSetuptoolsHomeDirectoryHack"},

1234