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

  /pdk/build/
prepare_pdk_tree.py 101 targetDir = argv[1]
116 targetDir = os.path.abspath(targetDir)
121 if targetDir in line:
127 if os.path.exists(targetDir + '/' + UMOUNT_FILE):
135 os.system("mkdir -p " + targetDir)
136 mountf = open(targetDir + '/' + MOUNT_FILE, 'w+')
138 umountf = open(targetDir + '/' + UMOUNT_FILE, 'w+')
141 os.system("mkdir -p " + targetDir + '/' + subdir)
142 mountf.write("mount --bind " + sourceDir + "/" + subdir + " " + targetDir + "/" + subdir +
    [all...]
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.cpp 110 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling=FALSE);
116 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode);
119 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath);
120 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFile, char *command = NULL);
121 static int32_t pkg_archiveLibrary(const char *targetDir, const char *version, UBool reverseExt);
405 o.targetDir = options[DESTDIR].value;
407 o.targetDir = "."; /* cwd */
415 o.tmpDir = o.targetDir;
532 char targetDir[SMALL_BUFFER_MAX_SIZE] = "";
543 uprv_strcpy(targetDir, o->install)
    [all...]
pkgtypes.h 114 const char *targetDir; /* dir for packaged data to go */
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 66 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling=FALSE);
72 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode);
75 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath);
76 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFile, char *command = NULL);
77 static int32_t pkg_archiveLibrary(const char *targetDir, const char *version, UBool reverseExt);
399 o.targetDir = options[DESTDIR].value;
401 o.targetDir = "."; /* cwd */
409 o.tmpDir = o.targetDir;
532 char targetDir[SMALL_BUFFER_MAX_SIZE] = "";
543 uprv_strcpy(targetDir, o->install)
    [all...]
pkgtypes.h 114 const char *targetDir; /* dir for packaged data to go */
  /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?
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfigurationTest.java 185 File targetDir = new File(getTempDir(), getClass().getSimpleName() + "_" + getName());
186 addCleanupDir(targetDir);
187 return targetDir;
  /bootable/recovery/minzip/
Zip.h 187 * targetDir, which must exist and be a writable directory.
190 * children of targetDir; e.g., if the archive contains the entries
216 const char *zipDir, const char *targetDir,
Zip.c 853 const char *targetDir;
861 /* Given the values of targetDir and zipDir in the helper,
870 /* target file <-- targetDir + / + entry[zipDirLen:]
890 memcpy(p, helper->targetDir, helper->targetDirLen);
912 * targetDir, which must exist and be a writable directory.
915 * children of targetDir; e.g., if the archive contains the entries
931 const char *zipDir, const char *targetDir,
940 if (targetDir[0] != '/') {
941 LOGE("mzExtractRecursive(): targetDir must be an absolute path.\n");
973 helper.targetDir = targetDir
    [all...]
  /prebuilts/devtools/adt/lib/
sdktestutils.jar 
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
ChaseCamera.java 91 protected final Vector3f targetDir = new Vector3f();
329 targetDir.set(targetLocation).subtractLocal(prevPos);
330 float dist = targetDir.length();
368 Vector3f a = targetDir.negate().normalizeLocal();
374 if (targetDir.z > 0) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
  /external/emma/lib/
emma.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 363 milliseconds