Lines Matching refs:fileAccess
101 private FileAccess fileAccess; field in Process
119 fileAccess = new FileAccess(xmsf); in Process()
218 tempDir = fileAccess.createNewDir(getSOTempDir(xmsf), "wwiztemp"); in createTempDir()
256 boolean b = fileAccess.delete(tempDir); in cleanup()
371 fileAccess.delete(p.cp_URL); in publish()
428 generate(xmsf, layout, doc, fileAccess, targetDir, task); in generate()
445 copyLayoutFiles(ucb, fileAccess, settings, layout, targetDir); in generate()
473 …public static void copyLayoutFiles(UCB ucb, FileAccess fileAccess, CGSettings settings, CGLayout l… in copyLayoutFiles() argument
476 String filesPath = fileAccess.getURL( in copyLayoutFiles()
499 FileAccess fileAccess, in generate() argument
530 String fn = fileAccess.getPath(targetPath, key.substring(0, key.length() - 4)); in generate()
583 contentDir = fileAccess.createNewDir(dir, content.cp_Name); in export()
704 dir = fileAccess.createNewDir(dir, fn); in export()
714 String file = fileAccess.getNewFile(dir, fn, destExt); in export()