Home
last modified time | relevance | path

Searched refs:targetDir (Results 1 – 7 of 7) 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);
430 o.targetDir = options[DESTDIR].value; in main()
432 o.targetDir = "."; /* cwd */ in main()
440 o.tmpDir = o.targetDir; in main()
563 char targetDir[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local
574 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/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp264 LPWSTR targetDir = nullptr; in OnCommand() local
329 hr = BalGetStringVariable(L"TargetDir", &targetDir); in OnCommand()
332 ReleaseStr(targetDir); in OnCommand()
366 ThemeGetTextControl(_theme, ID_TARGETDIR_EDITBOX, &targetDir); in OnCommand()
367 if (targetDir) { in OnCommand()
378 if (wcscmp(formatted, targetDir) == 0) { in OnCommand()
502 LPWSTR targetDir = nullptr; in Custom2Page_Show() local
503 hr = BalGetStringVariable(L"TargetDir", &targetDir); in Custom2Page_Show()
504 if (SUCCEEDED(hr) && targetDir && targetDir[0]) { in Custom2Page_Show()
505 ThemeSetTextControl(_theme, ID_TARGETDIR_EDITBOX, targetDir); in Custom2Page_Show()
[all …]
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py1343 def packageFromRecipe(targetDir, recipe): argument
1377 packageContents = os.path.join(targetDir, pkgname + '.pkg', 'Contents')
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py1361 def packageFromRecipe(targetDir, recipe): argument
1395 packageContents = os.path.join(targetDir, pkgname + '.pkg', 'Contents')