Home
last modified time | relevance | path

Searched refs:HostState (Results 1 – 1 of 1) sorted by relevance

/cts/tools/vm-tests-tf/build/src/util/build/
DBuildCTSHostSources.java79 private static class HostState { class in BuildCTSHostSources
83 public HostState(String fileName) { in HostState() method in BuildCTSHostSources.HostState
128 private void flushHostState(HostState state) { in flushHostState()
135 private HostState openCTSHostFileFor(String pName, String classOnlyName) { in openCTSHostFileFor()
155 HostState newState = new HostState(fileName); in openCTSHostFileFor()
204 HostState hostState = openCTSHostFileFor(pName, classOnlyName); in handleTest()