Home
last modified time | relevance | path

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

/trunk/main/connectivity/qa/complex/connectivity/
H A DFlatFileAccess.java79 final String tableLocation = m_database.getTableFileLocation().getAbsolutePath(); in before() local
80 …final PrintWriter tableWriter = new PrintWriter( new FileOutputStream( tableLocation + File.separa… in before()