Home
last modified time | relevance | path

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

/aoo42x/main/l10ntools/source/help/
H A DHelpIndexerTool.java329 File[] aChildrenFiles = aDirToZip.listFiles(); in createZipFile() local
330 int nFileCount = aChildrenFiles.length; in createZipFile()
332 addToZipRecursively( zos, aChildrenFiles[i], null ); in createZipFile()
346 File[] aChildrenFiles = aFile.listFiles(); in addToZipRecursively()
352 int nFileCount = aChildrenFiles.length; in addToZipRecursively()
354 addToZipRecursively( zos, aChildrenFiles[i], aNewBasePath ); in addToZipRecursively()
394 File[] aChildrenFiles = aFile.listFiles(); in deleteRecursively() local
395 int nFileCount = aChildrenFiles.length; in deleteRecursively()
398 File aChildrenFile = aChildrenFiles[i]; in deleteRecursively()

Completed in 6 milliseconds