Searched refs:fileLoc (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DFileTreeCreatorVC10.java61 String fileLoc = vcProjLocation.relativize(file).toString();
64 wg.tag(tagName, new String[] { "Include", fileLoc});
68 new String[] { "Include", fileLoc});
86 wg.addFilterDependency(fileLoc, filter);
H A DWinGammaPlatformVC10.java157 public void addFilterDependency(String fileLoc, String filter) { argument
158 filterDeps.add(new String[] {fileLoc, filter});

Completed in 36 milliseconds