OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:userDir
(Results
1 - 12
of
12
) sorted by null
/libcore/luni/src/test/java/libcore/java/io/
OldFileTest.java
112
String
userDir
= System.getProperty("java.io.tmpdir");
113
System.setProperty("user.dir",
userDir
);
116
if (!
userDir
.regionMatches((
userDir
.length() - 1), slash, 0, 1))
117
userDir
+= slash;
118
userDir
+= "input.tst";
120
f.getAbsolutePath(),
userDir
);
121
assertTrue(error, f.getAbsolutePath().equals(
userDir
));
135
.equals(
userDir
));
208
String
userDir
= System.getProperty("java.io.tmpdir")
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py
184
userDir
=self.GetUserCfgDir()
190
usrCfgFiles[cfgType]=os.path.join(
userDir
,'config-'+cfgType+'.cfg')
202
userDir
= os.path.expanduser('~')
203
if
userDir
!= '~': # expanduser() found user home dir
204
if not os.path.exists(
userDir
):
206
userDir
+',\n but the path does not exist.\n')
211
userDir
= '~'
212
if
userDir
== "~": # still no path to home!
214
userDir
= os.getcwd()
215
userDir
= os.path.join(userDir, cfgDir
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py
184
userDir
=self.GetUserCfgDir()
190
usrCfgFiles[cfgType]=os.path.join(
userDir
,'config-'+cfgType+'.cfg')
202
userDir
= os.path.expanduser('~')
203
if
userDir
!= '~': # expanduser() found user home dir
204
if not os.path.exists(
userDir
):
206
userDir
+',\n but the path does not exist.\n')
211
userDir
= '~'
212
if
userDir
== "~": # still no path to home!
214
userDir
= os.getcwd()
215
userDir
= os.path.join(userDir, cfgDir
[
all
...]
/libcore/luni/src/main/java/java/io/
File.java
378
String
userDir
= System.getProperty("user.dir");
379
return path.isEmpty() ?
userDir
: join(
userDir
, path);
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java
375
File
userDir
= new File(System.getProperty("user.dir"));
376
File dir = new File(
userDir
, "encode#me");
/frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
/prebuilts/tools/common/ant/
ant.jar
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
Completed in 167 milliseconds