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

  /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?
  /external/icu4c/tools/pkgdata/
pkgtypes.h 114 const char *targetDir; /* dir for packaged data to go */
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...]
  /bootable/recovery/minzip/
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...]
  /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) {
  /prebuilts/devtools/adt/lib/
sdktestutils.jar 
  /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 

Completed in 744 milliseconds