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
66
public static ExpectationStore
provideExpectationStore
(String dir) throws IOException {
CollectAllTests.java
175
= VogarUtils.
provideExpectationStore
(libcoreExpectationDir);
176
ctsVogarExpectationStore = VogarUtils.
provideExpectationStore
(CTS_EXPECTATION_DIR);
DescriptionGenerator.java
137
ctsExpectationStore = VogarUtils.
provideExpectationStore
("./" + CTS_EXPECTATION_DIR);
Completed in 412 milliseconds