Home
last modified time | relevance | path

Searched defs:newDir (Results 1 – 8 of 8) sorted by relevance

/external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
DInstallerActivity.java78 File newDir = new File(rootDirectory + entry.getName()); in unzipLangPack() local
/external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
DInstallerActivity.java78 File newDir = new File(rootDirectory + entry.getName()); in unzipLangPack() local
/external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
DInstallerActivity.java78 File newDir = new File(rootDirectory + entry.getName()); in unzipLangPack() local
/external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
DInstallerActivity.java78 File newDir = new File(rootDirectory + entry.getName()); in unzipLangPack() local
/external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
DInstallerActivity.java78 File newDir = new File(rootDirectory + entry.getName()); in unzipLangPack() local
/external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
DInstallerActivity.java78 File newDir = new File(rootDirectory + entry.getName()); in unzipLangPack() local
/external/svox/picolanginstaller/src/com/svox/langpack/installer/
DInstallerActivity.java79 File newDir = new File(rootDirectory + entry.getName()); in unzipLangPack() local
/external/yaffs2/yaffs2/
Dyaffs_guts.c1811 static int yaffs_ChangeObjectName(yaffs_Object * obj, yaffs_Object * newDir, in yaffs_ChangeObjectName()
1871 yaffs_Object * newDir, const YCHAR * newName) in yaffs_RenameObject()