HomeSort by relevance Sort by last modified time
    Searched refs:targetDir (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /pdk/build/
prepare_pdk_tree.py 102 targetDir = argv[1]
117 targetDir = os.path.abspath(targetDir)
122 if targetDir in line:
128 if os.path.exists(targetDir + '/' + UMOUNT_FILE):
136 os.system("mkdir -p " + targetDir)
137 mountf = open(targetDir + '/' + MOUNT_FILE, 'w+')
139 umountf = open(targetDir + '/' + UMOUNT_FILE, 'w+')
142 os.system("mkdir -p " + targetDir + '/' + subdir)
143 mountf.write("mount --bind " + sourceDir + "/" + subdir + " " + targetDir + "/" + subdir +
    [all...]
  /libcore/tzdata/update/src/test/libcore/tzdata/update/
ConfigBundleTest.java 61 File targetDir = new File(dir, "target");
64 ConfigBundle.extractZipSafely(inputStream, targetDir, true /* makeWorldReadable */);
67 new File(targetDir, "leadingSlash"),
68 new File(targetDir, "absolute"),
69 new File(targetDir, "file"),
70 new File(targetDir, "subDir/subDir/subDir/file"));
72 new File(targetDir, "subDir/subDir2"),
73 new File(targetDir, "subDir3"));
94 File targetDir = new File(dir, "target");
98 ConfigBundle.extractZipSafely(inputStream, targetDir, true /* makeWorldReadable */)
    [all...]
  /external/pdfium/
update_pdfium.py 118 targetDir = os.path.dirname(os.path.realpath(__file__))
119 newDir = targetDir + ".new"
120 oldDir = targetDir + ".old"
125 copyFiles(targetDir, newDir)
126 exchange(targetDir, newDir, oldDir)
  /libcore/tzdata/update/src/main/libcore/tzdata/update/
ConfigBundle.java 57 public void extractTo(File targetDir) throws IOException {
58 extractZipSafely(new ByteArrayInputStream(bytes), targetDir, true /* makeWorldReadable */);
62 static void extractZipSafely(InputStream is, File targetDir, boolean makeWorldReadable)
66 FileUtils.ensureDirectoriesExist(targetDir, makeWorldReadable);
73 // targetDir.
76 // that might invalidate the guarantees about name existing beneath targetDir.
77 File entryFile = FileUtils.createSubFile(targetDir, name);
TzDataBundleInstaller.java 96 private File unpackBundle(byte[] content, File targetDir) throws IOException {
97 Slog.i(logTag, "Unpacking update content to: " + targetDir);
99 bundle.extractTo(targetDir);
100 return targetDir;
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 74 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling=FALSE);
80 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode);
88 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath);
89 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFile, char *command = NULL, UBool specialHandling=FALSE);
90 static int32_t pkg_archiveLibrary(const char *targetDir, const char *version, UBool reverseExt);
422 o.targetDir = options[DESTDIR].value;
424 o.targetDir = "."; /* cwd */
432 o.tmpDir = o.targetDir;
555 char targetDir[SMALL_BUFFER_MAX_SIZE] = "";
566 uprv_strcpy(targetDir, o->install)
    [all...]
pkgtypes.h 114 const char *targetDir; /* dir for packaged data to go */
  /packages/apps/Messaging/src/com/android/messaging/util/
FileUtil.java 98 public static void moveAllContentUnderDirectory(File sourceDir, File targetDir) {
99 if (sourceDir.isDirectory() && targetDir.isDirectory()) {
100 if (isSameOrSubDirectory(sourceDir, targetDir)) {
107 final File dirTarget = new File(targetDir, file.getName());
112 final File fileTarget = new File(targetDir, file.getName());
  /bootable/recovery/minzip/
Zip.h 137 * targetDir, which must exist and be a writable directory.
143 * children of targetDir; e.g., if the archive contains the entries
163 const char *zipDir, const char *targetDir,
  /external/emma/core/java12/com/vladium/util/
Files.java 278 final File targetDir = target.getParentFile ();
279 if ((targetDir != null) && ! targetDir.equals (source.getParentFile ()))
280 targetDir.mkdirs (); // TODO: clean this up on failure?
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 328 final File targetDir = new File(newMountPath);
332 copyFile(pkg.baseCodePath, targetDir, "base.apk", isForwardLocked);
335 copyFile(pkg.splitCodePaths[i], targetDir,
341 final File libraryRoot = new File(targetDir, LIB_DIR_NAME);
395 private void copyFile(String sourcePath, File targetDir, String targetName,
398 final File targetFile = new File(targetDir, targetName);
408 final File publicTargetFile = new File(targetDir, publicTargetName);
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.3.1/
testutils-24.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-alpha1/
testutils-24.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-beta3/
testutils-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-beta5/
testutils-24.4.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-beta6/
testutils-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.5.0/
testutils-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0/
testutils-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha1/
testutils-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha3/
testutils-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha5/
testutils-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha7/
testutils-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha9/
testutils-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-beta2/
testutils-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-beta5/
testutils-25.0.0-beta5.jar 

Completed in 829 milliseconds

1 2 3 4 5 6 7