OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:targetDir
(Results
1 - 10
of
10
) 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/chromium_org/third_party/icu/source/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
...]
/external/icu/icu4c/source/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, UBool specialHandling=FALSE);
77
static int32_t pkg_archiveLibrary(const char *
targetDir
, const char *version, UBool reverseExt);
409
o.
targetDir
= options[DESTDIR].value;
411
o.
targetDir
= "."; /* cwd */
419
o.tmpDir = o.
targetDir
;
542
char
targetDir
[SMALL_BUFFER_MAX_SIZE] = "";
553
uprv_strcpy(
targetDir
, o->install)
[
all
...]
/bootable/recovery/minzip/
Zip.c
797
const char *
targetDir
;
805
/* Given the values of
targetDir
and zipDir in the helper,
814
/* target file <--
targetDir
+ / + entry[zipDirLen:]
834
memcpy(p, helper->
targetDir
, helper->targetDirLen);
856
*
targetDir
, which must exist and be a writable directory.
859
* children of
targetDir
; e.g., if the archive contains the entries
875
const char *zipDir, const char *
targetDir
,
884
if (
targetDir
[0] != '/') {
885
LOGE("mzExtractRecursive():
targetDir
must be an absolute path.\n");
917
helper.
targetDir
= targetDir
[
all
...]
/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
/external/owasp/sanitizer/tools/emma/lib/
emma.jar
Completed in 354 milliseconds