Searched refs:targetDir (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 76 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 …]
|
D | pkgtypes.h | 116 const char *targetDir; /* dir for packaged data to go */ member
|
/external/pdfium/ |
D | update_pdfium.py | 119 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/ |
D | Files.java | 278 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/ |
D | PythonBootstrapperApplication.cpp | 264 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/ |
D | build-installer.py | 1343 def packageFromRecipe(targetDir, recipe): argument 1377 packageContents = os.path.join(targetDir, pkgname + '.pkg', 'Contents')
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 1361 def packageFromRecipe(targetDir, recipe): argument 1395 packageContents = os.path.join(targetDir, pkgname + '.pkg', 'Contents')
|