OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentDir
(Results
1 - 2
of
2
) sorted by null
/development/tools/idegen/src/com/android/idegen/
DirectorySearch.java
208
File
currentDir
= null;
210
currentDir
= new File(
218
if (
currentDir
.getPath().endsWith("out/production")) {
219
return new File(
currentDir
.getParentFile().getParentFile(), REL_TEMPLATE_DIR);
222
templateDirCurrent = new File(
currentDir
, REL_TEMPLATE_DIR);
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java
558
String
currentDir
= "";
560
currentDir
= System.getProperty("user.dir");
564
if (
currentDir
.startsWith(java.io.File.separator))
565
base = "file://" +
currentDir
;
567
base = "file:///" +
currentDir
;
[
all
...]
Completed in 425 milliseconds