OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:provideExpectationStore
(Results
1 - 3
of
3
) sorted by null
/cts/tools/utils/
VogarUtils.java
49
public static ExpectationStore
provideExpectationStore
(String dir) throws IOException {
CollectAllTests.java
164
= VogarUtils.
provideExpectationStore
(libcoreExpectationDir);
165
ctsVogarExpectationStore = VogarUtils.
provideExpectationStore
(CTS_EXPECTATION_DIR);
DescriptionGenerator.java
125
ctsExpectationStore = VogarUtils.
provideExpectationStore
("./" + CTS_EXPECTATION_DIR);
Completed in 98 milliseconds