Home
last modified time | relevance | path

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

/external/pdfium/
Dupdate_pdfium.py72 def downloadPdfium(newDir, rev): argument
79 call(["git", "clone", PDFIUM_GIT_REPO, newDir])
80 os.chdir(newDir)
84 def removeFiles(newDir): argument
91 call(["rm", "-rf", os.path.join(newDir, fileName)])
94 def copyFiles(currentDir, newDir): argument
102 call(["cp", "-r", os.path.join(currentDir, fileName), os.path.join(newDir, fileName)])
105 def exchange(currentDir, newDir, oldDir): argument
114 call(["mv", newDir, currentDir])
120 newDir = targetDir + ".new" variable
[all …]
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
DJavaIOTempDirExistTest.java75 File newDir = new File("target", tempFileName); in testJavaIoTempSpecific() local
76 System.setProperty("java.io.tmpdir", newDir.getAbsolutePath()); in testJavaIoTempSpecific()
77 Assert.assertEquals(false, newDir.exists()); in testJavaIoTempSpecific()
79 Assert.assertEquals(true, newDir.exists()); in testJavaIoTempSpecific()
80 newDir.delete(); in testJavaIoTempSpecific()
/external/guava/guava-tests/test/com/google/common/io/
DFileTreeTraverserTest.java66 File file = newDir("test"); in testFileTreeViewer_singleDir()
72 File b = newDir("b"); in testFileTreeViewer_multipleFiles()
74 File d = newDir("d"); in testFileTreeViewer_multipleFiles()
78 private File newDir(String name) throws IOException { in newDir() method in FileTreeTraverserTest
/external/deqp/scripts/build/
Dcommon.py45 newDir = g_workDirStack[-1]
47 os.chdir(newDir)
/external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
DInstallerActivity.java78 File newDir = new File(rootDirectory + entry.getName()); in unzipLangPack() local
79 newDir.mkdir(); in unzipLangPack()
/external/svox/picolanginstaller/src/com/svox/langpack/installer/
DInstallerActivity.java79 File newDir = new File(rootDirectory + entry.getName()); in unzipLangPack() local
80 newDir.mkdir(); in unzipLangPack()
/external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
DInstallerActivity.java78 File newDir = new File(rootDirectory + entry.getName()); in unzipLangPack() local
79 newDir.mkdir(); in unzipLangPack()
/external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
DInstallerActivity.java78 File newDir = new File(rootDirectory + entry.getName()); in unzipLangPack() local
79 newDir.mkdir(); in unzipLangPack()
/external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
DInstallerActivity.java78 File newDir = new File(rootDirectory + entry.getName()); in unzipLangPack() local
79 newDir.mkdir(); in unzipLangPack()
/external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
DInstallerActivity.java78 File newDir = new File(rootDirectory + entry.getName()); in unzipLangPack() local
79 newDir.mkdir(); in unzipLangPack()
/external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
DInstallerActivity.java78 File newDir = new File(rootDirectory + entry.getName()); in unzipLangPack() local
79 newDir.mkdir(); in unzipLangPack()