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.java80 private static class HostState { class in BuildCTSHostSources
84 public HostState(String fileName) { in HostState() method in BuildCTSHostSources.HostState
129 private void flushHostState(HostState state) { in flushHostState()
136 private HostState openCTSHostFileFor(String pName, String classOnlyName) { in openCTSHostFileFor()
156 HostState newState = new HostState(fileName); in openCTSHostFileFor()
205 HostState hostState = openCTSHostFileFor(pName, classOnlyName); in handleTest()