OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTestPlansDir
(Results
1 - 2
of
2
) sorted by null
/cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
CtsBuildHelper.java
143
public File
getTestPlansDir
() {
154
return new File(
getTestPlansDir
(), ctsPlanRelativePath);
171
if (!
getTestPlansDir
().exists()) {
174
getTestPlansDir
().getAbsolutePath()));
/cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
CtsConsole.java
191
for (File planFile : ctsBuild.
getTestPlansDir
().listFiles(xmlFilter)) {
Completed in 388 milliseconds