OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:targetDir
(Results
1 - 5
of
5
) 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
107
static int32_t pkg_createSymLinks(const char *
targetDir
);
112
static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *
targetDir
, const char mode);
115
static int32_t pkg_createWithAssemblyCode(const char *
targetDir
, const char mode, const char *gencFilePath);
116
static int32_t pkg_generateLibraryFile(const char *
targetDir
, const char mode, const char *objectFile, char *command = NULL);
117
static int32_t pkg_archiveLibrary(const char *
targetDir
, const char *version, UBool reverseExt);
393
o.
targetDir
= options[DESTDIR].value;
395
o.
targetDir
= "."; /* cwd */
403
o.tmpDir = o.
targetDir
;
477
char
targetDir
[SMALL_BUFFER_MAX_SIZE] = "";
510
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
,
939
if (
targetDir
[0] != '/') {
940
LOGE("mzExtractRecursive():
targetDir
must be an absolute path.\n");
972
helper.
targetDir
= targetDir
[
all
...]
/external/emma/lib/
emma.jar
Completed in 1787 milliseconds