OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destDir
(Results
1 - 25
of
72
) sorted by null
1
2
3
/external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.h
13
createCommonDataFile(const char *
destDir
, const char *name, const char *entrypointName, const char *type, const char *source, const char *copyRight,
pkg_gencmn.c
116
createCommonDataFile(const char *
destDir
, const char *name, const char *entrypointName, const char *type, const char *source, const char *copyRight,
136
if (
destDir
== NULL) {
137
destDir
= u_getDataDirectory();
234
out=udata_create(
destDir
, type, name,
240
destDir
, name, type,
312
uprv_strcpy(filename,
destDir
);
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java
553
* @param
destDir
the directory to place the copy in, must not be <code>null</code>
560
public static void copyFileToDirectory(File srcFile, File
destDir
) throws IOException {
561
copyFileToDirectory(srcFile,
destDir
, true);
573
* @param
destDir
the directory to place the copy in, must not be <code>null</code>
583
public static void copyFileToDirectory(File srcFile, File
destDir
, boolean preserveFileDate) throws IOException {
584
if (
destDir
== null) {
587
if (
destDir
.exists() &&
destDir
.isDirectory() == false) {
588
throw new IllegalArgumentException("Destination '" +
destDir
+ "' is not a directory");
590
copyFile(srcFile, new File(
destDir
, srcFile.getName()), preserveFileDate)
[
all
...]
/cts/tools/tradefed-host/src/com/android/cts/tradefed/util/
ReportLogUtil.java
94
private static void pull(ITestDevice device, String deviceSrc, File hostDir, File
destDir
) {
96
String dest =
destDir
.getAbsolutePath();
108
FileUtil.recursiveCopy(hostDir,
destDir
);
/external/doclava/src/com/google/doclava/
JarUtils.java
57
public static void copyResourcesToDirectory(JarFile fromJar, String jarDir, String
destDir
)
62
File dest = new File(
destDir
+ "/" + entry.getName().substring(jarDir.length() + 1));
/development/tools/idegen/src/com/android/idegen/
IntellijProject.java
174
File
destDir
= new File(toDir, file.getName());
175
if (!
destDir
.exists()) {
176
destDir
.mkdirs();
178
copyTemplates(file,
destDir
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar
ant-jai.jar
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
AbstractCopyJobTest.java
126
Uri
destDir
= mDocs.createFolder(testDir, "theDescendent");
130
destDir
).run();
/external/icu/icu4c/source/tools/gensprep/
gensprep.c
84
DESTDIR
,
112
"\t-d or --
destdir
destination directory, followed by the path\n"
140
const char *srcDir=NULL, *
destDir
=NULL, *icuUniDataDir=NULL;
150
options[
DESTDIR
].value=u_getDataDirectory();
173
destDir
=options[
DESTDIR
].value;
199
generateData(
destDir
, bundleName);
259
generateData(
destDir
, bundleName);
filterRFC3454.pl
36
"--
destdir
=s" => \$
destDir
,
62
usage() unless defined $
destDir
;
69
$outfile = $
destDir
."/".$destFileName;
640
--
destdir
=<directory>
667
e.g.: filterRFC3454.pl --sourcedir=. --
destdir
=./output --src-filename=rfc3454.txt --dest-filename=NamePrepProfile.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
ReportLogCollector.java
113
private void pull(ITestDevice device, String deviceSrc, File hostDir, File
destDir
) {
115
String dest =
destDir
.getAbsolutePath();
126
FileUtil.recursiveCopy(hostDir,
destDir
);
/frameworks/base/packages/Keyguard/scripts/
new_merge.py
59
def dirCompare(sourceDir,
destDir
, ext, run_in_reverse):
61
destFiles = getFileList(
destDir
, ext)
64
destFile =
destDir
+ file
/external/testng/ant/3rdparty/
DTDDoc.jar
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java
472
IFileStore
destDir
= fileSystem.getStore(newProject.getLocationURI());
473
sourceDir.copy(
destDir
, EFS.OVERWRITE, null);
476
destDir
.getChild(SdkConstants.SRC_FOLDER).mkdir(0, null /*monitor*/);
483
destDir
.toLocalFile(EFS.NONE, new NullProgressMonitor()).getPath(),
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
XLIFF2ICUConverter.java
43
private static final int
DESTDIR
= 3;
53
UOption.
DESTDIR
(),
144
private String
destDir
= null;
174
if(options[
DESTDIR
].doesOccur) {
175
destDir
= options[
DESTDIR
].value;
196
if(
destDir
==null){
197
destDir
= ".";
220
"-d or --
destdir
destination directory, followed by the path, default is current directory.\n" +
244
if (
destDir
!= null && fName != null)
[
all
...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
CopyJob.java
384
* @param
destDir
Info of the directory to copy to. Must be created beforehand.
387
private void copyDirectoryHelper(DocumentInfo srcDir, DocumentInfo
destDir
)
413
processDocument(src, srcDir,
destDir
);
422
.format(srcDir.derivedUri.toString(),
destDir
.derivedUri.toString()), e);
/external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar
/prebuilts/tools/common/m2/repository/commons-io/commons-io/1.4/
commons-io-1.4.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar
/external/guice/extensions/persist/lib/
commons-io.jar
/external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar
/prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar
/prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar
Completed in 396 milliseconds
1
2
3