Home
last modified time | relevance | path

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

12

/external/pdfium/
Dupdate_pdfium.py71 def downloadPdfium(newDir, rev): argument
78 call(["git", "clone", PDFIUM_GIT_REPO, newDir])
79 os.chdir(newDir)
83 def removeFiles(newDir): argument
90 call(["rm", "-rf", os.path.join(newDir, fileName)])
93 def copyFiles(currentDir, newDir): argument
101 call(["cp", "-r", os.path.join(currentDir, fileName), os.path.join(newDir, fileName)])
104 def exchange(currentDir, newDir, oldDir): argument
113 call(["mv", newDir, currentDir])
119 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/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/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/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/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()
/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/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/v8/test/mjsunit/asm/embenchen/
Dcopy.js2178 },rename:function (oldNode, newDir, newName) { argument
2180 var newPath = PATH.join2(NODEFS.realPath(newDir), newName);
Dcorrections.js2178 },rename:function (oldNode, newDir, newName) { argument
2180 var newPath = PATH.join2(NODEFS.realPath(newDir), newName);
Dprimes.js2192 },rename:function (oldNode, newDir, newName) { argument
2194 var newPath = PATH.join2(NODEFS.realPath(newDir), newName);
Dfannkuch.js2317 },rename:function (oldNode, newDir, newName) { argument
2319 var newPath = PATH.join2(NODEFS.realPath(newDir), newName);
Dmemops.js2286 },rename:function (oldNode, newDir, newName) { argument
2288 var newPath = PATH.join2(NODEFS.realPath(newDir), newName);
Dfasta.js2561 },rename:function (oldNode, newDir, newName) { argument
2563 var newPath = PATH.join2(NODEFS.realPath(newDir), newName);
Dzlib.js2287 },rename:function (oldNode, newDir, newName) { argument
2289 var newPath = PATH.join2(NODEFS.realPath(newDir), newName);
Dbox2d.js2535 },rename:function (oldNode, newDir, newName) { argument
2537 var newPath = PATH.join2(NODEFS.realPath(newDir), newName);
Dlua_binarytrees.js2324 },rename:function (oldNode, newDir, newName) { argument
2326 var newPath = PATH.join2(NODEFS.realPath(newDir), newName);
/external/v8/test/mjsunit/asm/poppler/
Dpoppler.js2297 },rename:function (oldNode, newDir, newName) { argument
2299 var newPath = PATH.join2(NODEFS.realPath(newDir), newName);
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12