Searched refs:newDir (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/ |
D | update_pdfium.py | 72 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/ |
D | JavaIOTempDirExistTest.java | 75 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/ |
D | FileTreeTraverserTest.java | 66 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/ |
D | common.py | 81 newDir = g_workDirStack[-1] 83 os.chdir(newDir)
|