Home
last modified time | relevance | path

Searched refs:targetDir (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp76 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling=FALSE);
82 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode…
90 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencF…
91 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFi…
92 static int32_t pkg_archiveLibrary(const char *targetDir, const char *version, UBool reverseExt);
424 o.targetDir = options[DESTDIR].value; in main()
426 o.targetDir = "."; /* cwd */ in main()
434 o.tmpDir = o.targetDir; in main()
557 char targetDir[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local
568 uprv_strcpy(targetDir, o->install); in pkg_executeOptions()
[all …]
Dpkgtypes.h116 const char *targetDir; /* dir for packaged data to go */ member
/external/pdfium/
Dupdate_pdfium.py119 targetDir = os.path.dirname(os.path.realpath(__file__)) variable
120 newDir = targetDir + ".new"
121 oldDir = targetDir + ".old"
126 copyFiles(targetDir, newDir)
127 exchange(targetDir, newDir, oldDir)
/external/emma/core/java12/com/vladium/util/
DFiles.java278 final File targetDir = target.getParentFile (); in renameFile() local
279 if ((targetDir != null) && ! targetDir.equals (source.getParentFile ())) in renameFile()
280 targetDir.mkdirs (); // TODO: clean this up on failure? in renameFile()
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py1361 def packageFromRecipe(targetDir, recipe): argument
1395 packageContents = os.path.join(targetDir, pkgname + '.pkg', 'Contents')