/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 79 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling=FALSE); 85 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode… 93 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencF… 94 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFi… 95 static int32_t pkg_archiveLibrary(const char *targetDir, const char *version, UBool reverseExt); 436 o.targetDir = options[DESTDIR].value; in main() 438 o.targetDir = "."; /* cwd */ in main() 446 o.tmpDir = o.targetDir; in main() 573 char targetDir[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local 584 uprv_strcpy(targetDir, o->install); in pkg_executeOptions() [all …]
|
D | pkgtypes.h | 116 const char *targetDir; /* dir for packaged data to go */ member
|
/external/mtools/ |
D | mmove.c | 125 Stream_t *targetDir; in rename_file() local 132 targetDir = mp->targetDir; in rename_file() 134 if (targetDir == entry->Dir){ in rename_file() 145 result = mwrite_one(targetDir, longname, shortname, in rename_file() 159 if(isSubdirOf(mp->targetDir, mp->File)) { in rename_directory() 163 fprintPwd(stderr, getDirentry(mp->targetDir),0); in rename_directory() 184 Stream_t *targetDir; in rename_oldsyntax() local 189 targetDir = entry->Dir; in rename_oldsyntax() 206 result = mwrite_one(targetDir, longname, shortname, in rename_oldsyntax()
|
D | mcopy.c | 323 if (!getfreeMinBytes(arg->mp.targetDir, filesize)) in writeit() 351 fat_free(arg->mp.targetDir, fat); in writeit() 375 if (entry && mp->targetDir == entry->Dir){ in dos_write() 382 result = mwrite_one(mp->targetDir, targetName, 0, in dos_write() 418 if(entry && isSubdirOf(mp->targetDir, mp->File)) { in dos_copydir() 422 fprintPwd(stderr, getDirentry(mp->targetDir),0); in dos_copydir() 441 if (entry && (mp->targetDir == entry->Dir)){ in dos_copydir() 461 newArg.mp.targetDir = subDir(mp->targetDir, targetName); in dos_copydir() 462 if(!newArg.mp.targetDir) in dos_copydir() 463 newArg.mp.targetDir = createDir(mp->targetDir, in dos_copydir() [all …]
|
D | mainloop.c | 493 mp->targetDir = lookupState.Dir; in dos_target_lookup() 505 mp->targetDir = lookupState.container; in dos_target_lookup() 579 FREE(&mp->targetDir); in main_loop() 603 mp->targetDir = 0; in init_mp() 654 if(!mp->targetName && !mp->targetDir) { in mpBuildUnixFilename()
|
D | mainloop.h | 58 Stream_t *targetDir; /* directory where to place files */ member
|
D | mmd.c | 44 Stream_t *targetDir; member
|
/external/skia/gn/ |
D | dehydrate_sksl.py | 13 targetDir = sys.argv[2] variable 20 if not os.path.isdir(targetDir): 21 os.mkdir(targetDir) 22 target = os.path.join(targetDir, tail)
|
D | compile_processors.py | 30 targetDir = os.path.join(head, "generated") variable 31 if not os.path.isdir(targetDir): 32 os.mkdir(targetDir) 33 target = os.path.join(targetDir, tail)
|
D | compile_sksl_tests.py | 64 for input, targetDir in pairwise(inputs): 67 if not os.path.isdir(targetDir): 68 os.mkdir(targetDir) 70 target = os.path.join(targetDir, tail)
|
/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/cldr/tools/java/org/unicode/cldr/tool/ |
D | ToolUtilities.java | 47 …static public void generateBat(String sourceDir, String sourceFile, String targetDir, String targe… in generateBat() argument 48 …generateBat(sourceDir, sourceFile, targetDir, targetFile, new CldrUtility.SimpleLineComparator(0)); in generateBat() 51 …static public void generateBat(String sourceDir, String sourceFile, String targetDir, String targe… in generateBat() argument 54 String batDir = targetDir + "diff" + File.separator; in generateBat() 59 String fullTarget = targetDir + File.separator + targetFile; in generateBat()
|
D | Chart.java | 141 public static String getTsvDir(String targetDir, String topicName) { in getTsvDir() argument 142 String target = targetDir.replaceAll(topicName, "tsv"); in getTsvDir() 143 if (target.equals(targetDir)) { in getTsvDir() 144 throw new IllegalArgumentException("Can't make TSV directory from " + targetDir); in getTsvDir()
|
D | GenerateXMB.java | 160 String targetDir = myOptions.get("target").getValue(); in main() local 161 countFile = FileUtilities.openUTF8Writer(targetDir + "/log/", "counts.txt"); in main() 170 showDefaultContents(targetDir, english); in main() 171 EnglishInfo englishInfo = new EnglishInfo(targetDir, english, root); in main() 176 … compareFiles(fileMatcherString, contentMatcher, targetDir, cldrFactory1, english, englishInfo); in main() 187 writeFile(targetDir, "en", englishInfo, english, true, false); in main() 188 writeFile(targetDir + "/filtered/", "en", englishInfo, english, true, true); in main() 225 writeFile(targetDir + "/wsb/", file, englishInfo, cldrFile, false, false); in main() 226 writeFile(targetDir + "/wsb/filtered/", file, englishInfo, cldrFile, false, true); in main() 230 PrintWriter errorFile = FileUtilities.openUTF8Writer(targetDir + "/log/", "errors.txt"); in main() [all …]
|
D | VettingAdder.java | 134 public void incorporateVetting(String locale, String targetDir) throws IOException { in incorporateVetting() argument 174 Log.logln("Writing: " + targetDir + locale + ".xml"); in incorporateVetting() 175 PrintWriter pw = FileUtilities.openUTF8Writer(targetDir, locale + ".xml"); in incorporateVetting() 179 Log.logln("No data left in: " + targetDir + locale + ".xml"); in incorporateVetting() 253 public void showFiles(Factory cldrFactory, String targetDir) throws IOException { in showFiles() argument 266 incorporateVetting(it.next(), targetDir); in showFiles() local
|
D | ShowRegionalVariants.java | 52 targetDir(".*", CLDRPaths.GEN_DIRECTORY + "/regional/", "target output file."),; enumConstant 62 myOptions.parse(MyOptions.targetDir, args, true); in main() 64 MY_DIR = MyOptions.targetDir.option.getValue(); in main()
|
D | ShowData.java | 102 String targetDir = options[DESTDIR].value; // Utility.GEN_DIRECTORY + in main() local 230 PrintWriter pw = FileUtilities.openUTF8Writer(targetDir, locale + ".html"); in main() 368 PrintWriter pw = FileUtilities.openUTF8Writer(targetDir, "all-changed.html"); in main()
|
D | CLDRModify.java | 354 String targetDir = targetDirBase + dir; in main() local 361 va.showFiles(cldrFactory, targetDir); in main() 521 PrintWriter pw = FileUtilities.openUTF8Writer(targetDir, test + ".xml"); in main() 553 QuickCheck.check(new File(targetDir, test + ".xml")); in main()
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/ |
D | RepackagingTransform.java | 166 Path targetDir = optionSet.valueOf(targetDirOption); in main() local 255 .execute(new TransformRules(sourceDir, targetDir, ruleBuilder.build())); in main() 272 private final Path targetDir; field in RepackagingTransform.TransformRules 275 TransformRules(Path sourceDir, Path targetDir, List<Rule> rules) { in TransformRules() argument 277 this.targetDir = targetDir; in TransformRules() 293 File outputDir = targetDir.toFile(); in getOutputSourceFileGenerator()
|
/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/cldr/tools/java/org/unicode/cldr/util/ |
D | FileCopier.java | 163 final File targetDir = new File(targetDirectory); in ensureDirectoryExists() local 164 if (!targetDir.exists()) { in ensureDirectoryExists() 165 targetDir.mkdirs(); in ensureDirectoryExists()
|
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 264 LPWSTR targetDir = nullptr; in OnCommand() local 325 hr = BalGetStringVariable(L"TargetDir", &targetDir); in OnCommand() 328 ReleaseStr(targetDir); in OnCommand() 358 ThemeGetTextControl(_theme, ID_TARGETDIR_EDITBOX, &targetDir); in OnCommand() 359 if (targetDir) { in OnCommand() 370 if (wcscmp(formatted, targetDir) == 0) { in OnCommand() 494 LPWSTR targetDir = nullptr; in Custom2Page_Show() local 495 hr = BalGetStringVariable(L"TargetDir", &targetDir); in Custom2Page_Show() 496 if (SUCCEEDED(hr) && targetDir && targetDir[0]) { in Custom2Page_Show() 497 ThemeSetTextControl(_theme, ID_TARGETDIR_EDITBOX, targetDir); in Custom2Page_Show() [all …]
|
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | JimfsSecureDirectoryStream.java | 167 public void move(Path srcPath, SecureDirectoryStream<Path> targetDir, Path targetPath) in move() argument 173 if (!(targetDir instanceof JimfsSecureDirectoryStream)) { in move() 178 JimfsSecureDirectoryStream checkedTargetDir = (JimfsSecureDirectoryStream) targetDir; in move()
|
/external/dokka/runners/maven-plugin/ |
D | build.gradle | 51 def targetDir = new File(buildDir, "classes/java") 55 def targetFilePath = targetDir.toPath().resolve(sourceDir.toPath().relativize(filePath))
|
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/ |
D | Icu4jTransform.java | 908 String targetDir = args[argIndex++]; in Icu4jRules() local 920 outputSourceFileGenerator = Icu4jTransformRules.createOutputFileGenerator(targetDir); in Icu4jRules()
|