/prebuilts/gdb/darwin-x86/lib/python2.7/ |
user.py | 35 if 'HOMEPATH' in os.environ: 37 home = os.environ['HOMEDRIVE'] + os.environ['HOMEPATH'] 39 home = os.environ['HOMEPATH']
|
ntpath.py | 289 elif not 'HOMEPATH' in os.environ: 296 userhome = join(drive, os.environ['HOMEPATH'])
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
user.py | 35 if 'HOMEPATH' in os.environ: 37 home = os.environ['HOMEDRIVE'] + os.environ['HOMEPATH'] 39 home = os.environ['HOMEPATH']
|
ntpath.py | 289 elif not 'HOMEPATH' in os.environ: 296 userhome = join(drive, os.environ['HOMEPATH'])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
user.py | 35 if 'HOMEPATH' in os.environ: 37 home = os.environ['HOMEDRIVE'] + os.environ['HOMEPATH'] 39 home = os.environ['HOMEPATH']
|
ntpath.py | 289 elif not 'HOMEPATH' in os.environ: 296 userhome = join(drive, os.environ['HOMEPATH'])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
user.py | 35 if 'HOMEPATH' in os.environ: 37 home = os.environ['HOMEDRIVE'] + os.environ['HOMEPATH'] 39 home = os.environ['HOMEPATH']
|
ntpath.py | 289 elif not 'HOMEPATH' in os.environ: 296 userhome = join(drive, os.environ['HOMEPATH'])
|
/external/autotest/client/site_tests/security_ProfilePermissions/ |
security_ProfilePermissions.py | 58 homepath = "/home/chronos" 59 passes.append(self.check_owner_mode(homepath, "chronos", 0755)) 85 (homepath, homepath, homepath, user_mountpt, user_mountpt, 86 user_mountpt, user_mountpt, homepath, homepath),
|
/external/ltrace/sysdeps/linux-gnu/ |
hooks.c | 180 char *homepath = NULL; local 188 homepath = malloc(strlen(g_home_dir) + 1 + sizeof FN); 189 if (homepath == NULL 190 || sprintf(homepath, "%s/%s", g_home_dir, FN) < 0) { 193 free(homepath); 208 if (VECT_PUSHBACK(retp, &homepath) < 0
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
ant.bat | 28 if "%HOMEDRIVE%%HOMEPATH%"=="" goto userProfilePre 29 if "%HOMEDRIVE%%HOMEPATH%"=="%HOME%" goto userProfilePre 30 if exist "%HOMEDRIVE%%HOMEPATH%\antrc_pre.bat" call "%HOMEDRIVE%%HOMEPATH%\antrc_pre.bat" 35 if "%USERPROFILE%"=="%HOMEDRIVE%%HOMEPATH%" goto alpha 215 if "%HOMEDRIVE%%HOMEPATH%"=="" goto userProfilePost 216 if "%HOMEDRIVE%%HOMEPATH%"=="%HOME%" goto userProfilePost 217 if exist "%HOMEDRIVE%%HOMEPATH%\antrc_post.bat" call "%HOMEDRIVE%%HOMEPATH%\antrc_post.bat" 222 if "%USERPROFILE%"=="%HOMEDRIVE%%HOMEPATH%" goto omeg [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
FileHandlerTest.java | 57 String homePath; 66 homePath = System.getProperty(USR_HOME_KEY); 114 if (homePath != null) { 115 System.setProperty(USR_HOME_KEY, homePath); 131 assertTrue(new File(homePath, "log_NoTmpDir.log").exists()); 132 new File(homePath, "log_NoTmpDir.log").delete(); 148 if (homePath != null) { 149 System.setProperty(USR_HOME_KEY, homePath); 209 assertFileContent(homePath, "java0.log", new XMLFormatter(), null); 212 private void assertFileContent(String homepath, String filename [all...] |
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldFileHandlerTest.java | 44 String HOMEPATH; 70 HOMEPATH = System.getProperty("user.home"); 335 private void assertFileContent(String homepath, String filename, 337 assertFileContent(homepath, filename, new LogRecord[] { r }, formatter); 340 private void assertFileContent(String homepath, String filename, 368 reader = new BufferedReader(new FileReader(homepath + SEP 382 reset(homepath, filename); 389 private void reset(String homepath, String filename) { 392 file = new File(homepath + SEP + filename); 406 file = new File(homepath + SEP + filename + ".lck") [all...] |
/external/dbus/ |
README.wince | 25 HOMEPATH\.dbus-keyrings.
|
/external/parameter-framework/upstream/ |
appveyor.yml | 26 - set INSTALL=%HOMEPATH%\install
|
/prebuilts/go/darwin-x86/src/ |
make.bat | 62 if "x%GOROOT_BOOTSTRAP%"=="x" set GOROOT_BOOTSTRAP=%HOMEDRIVE%%HOMEPATH%\Go1.4
|
/prebuilts/go/linux-x86/src/ |
make.bat | 62 if "x%GOROOT_BOOTSTRAP%"=="x" set GOROOT_BOOTSTRAP=%HOMEDRIVE%%HOMEPATH%\Go1.4
|
/external/snakeyaml/ |
mvnw.bat | 42 if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%")
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/bin/ |
mvn.bat | 42 if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%")
|
mvnDebug.bat | 44 if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%")
|
/external/dbus/dbus/ |
dbus-sysdeps-win.c | 3317 const char *homepath; local [all...] |
dbus-sysdeps-wince-glue.c | 302 else if (! strcmp (name, "HOMEPATH"))
|
/external/sqlite/dist/orig/ |
shell.c | [all...] |
/external/sqlite/dist/ |
shell.c | [all...] |