Searched defs:targetDir (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/tools/pkgdata/
H A Dpkgtypes.h114 const char *targetDir; /* dir for packaged data to go */ member in struct:UPKGOptions_
H A Dpkgdata.cpp110 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] = ""; local
543 uprv_strcpy(targetDir,
883 pkg_createSymLinks(const char *targetDir, UBool specialHandling) argument
935 pkg_installLibrary(const char *installDir, const char *targetDir) argument
1073 pkg_archiveLibrary(const char *targetDir, const char *version, UBool reverseExt) argument
1132 pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFile, char *command) argument
1200 pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath) argument
1264 pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode) argument
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 5067 milliseconds