Home
last modified time | relevance | path

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

/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/icu4c/tools/pkgdata/
Dwinmode.c101 …fprintf(stdout, "# Output %s file: %s%s%s\n", UDATA_SO_SUFFIX, o->targetDir, U_FILE_SEP_STRING, tm… in pkg_mode_windows()
157 …fprintf(stdout, "# Output %s file: %s%s%s\n", UDATA_SO_SUFFIX, o->targetDir, U_FILE_SEP_STRING, tm… in pkg_mode_windows()
198 fprintf(stdout, "# Output file: %s%s%s\n", o->targetDir, U_FILE_SEP_STRING, tmp); in pkg_mode_windows()
Dcmnmode.c48 fprintf(stdout, "# Output file: %s%s%s\n", o->targetDir, U_FILE_SEP_STRING, tmp); in pkg_mode_common()
56 sprintf(tmp, "# File to make:\nTARGET=%s%s%s\n\nTARGETNAME=%s\n", o->targetDir, in pkg_mode_common()
Dsttcmode.c46 uprv_strcpy(tmp, o->targetDir); in pkg_sttc_writeReadme()
130 fprintf(stdout, "# Output file: %s%s%s\n", o->targetDir, U_FILE_SEP_STRING, tmp); in pkg_mode_static()
Dmake.c73 o->targetDir, in pkg_mak_writeHeader()
180 o->targetDir, in pkg_mak_writeHeader()
200 if(!strcmp(o->targetDir,".")) in pkg_mak_writeHeader()
Dpkgtypes.h114 const char *targetDir; /* dir for packaged data to go */ member
Dpkgdata.c350 o.targetDir = options[DESTDIR].value; in main()
352 o.targetDir = "."; /* cwd */ in main()
362 o.tmpDir = o.targetDir; in main()
Dfilemode.c92 uprv_strcpy(tmp, o->targetDir); in pkg_mode_files()
Ddllmode.c51 fprintf(stdout, "# Output file: %s%s%s\n", o->targetDir, U_FILE_SEP_STRING, tmp); in pkg_mode_dll()