OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetFile
(Results
1 - 25
of
33
) sorted by null
1
2
/external/android-mock/src/com/google/android/testing/mocking/
FileUtils.java
73
File
targetFile
= new File(classFolder, getFilenameFor(clazz.getClassName()));
74
targetFile
.getParentFile().mkdirs();
75
FileOutputStream outputStream = new FileOutputStream(
targetFile
);
/cts/tools/signature-tools/src/signature/converter/
Main.java
47
String
targetFile
= args[++at];
74
externalizer.externalizeApi(
targetFile
, factory.loadApi(name,
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/
Natives.java
136
File
targetFile
= new File(getExtractionDir(), fullname);
139
if (
targetFile
.exists()) {
142
long targetLastModified =
targetFile
.lastModified();
152
out = new FileOutputStream(
targetFile
);
165
targetFile
.setLastModified(conn.getLastModified());
174
System.load(
targetFile
.getAbsolutePath());
183
logger.log(Level.FINE, "Copied {0} to {1}", new Object[]{fullname,
targetFile
});
/pdk/apps/TestingCamera/src/com/android/testingcamera/
SnapshotDialogFragment.java
131
File
targetFile
= parent.getOutputMediaFile(TestingCamera.MEDIA_TYPE_IMAGE);
132
if (
targetFile
== null) {
137
parent.log("File name: " +
targetFile
.toString());
139
FileOutputStream out = new FileOutputStream(
targetFile
);
143
parent.notifyMediaScannerOfFile(
targetFile
, this);
144
updateExif(
targetFile
);
152
private void updateExif(File
targetFile
) {
155
ExifInterface exif = new ExifInterface(
targetFile
.toString());
200
append(
targetFile
.toString()).append("\n\n");
/bootable/recovery/minzip/
Zip.c
1028
const char *
targetFile
= targetEntryPath(&helper, pEntry);
1029
if (
targetFile
== NULL) {
1039
if (callback != NULL) callback(
targetFile
, cookie);
1050
targetFile
, UNZIP_DIRMODE, timestamp, false, sehnd);
1053
targetFile
, strerror(errno));
1057
LOGD("Extracted dir \"%s\"\n",
targetFile
);
1064
targetFile
, UNZIP_DIRMODE, timestamp, true, sehnd);
1067
targetFile
, strerror(errno));
1082
targetFile
);
1095
targetFile
);
[
all
...]
/external/qemu/android/tools/
gen-hw-config.py
56
targetFile
= sys.argv[2]
117
if
targetFile
== '--':
120
out = open(
targetFile
,"wb")
/cts/tests/tests/security/src/android/security/cts/
BrowserTest.java
150
String
targetFile
= "file://" + getTargetFilePath();
158
" client.open('GET', '" +
targetFile
+ "');\n" +
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-antlr.jar
ant-nodeps.jar
ant.jar
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java
132
public void setTarget(File
targetFile
) {
133
log("Setting target to: " +
targetFile
.toString(), Project.MSG_VERBOSE);
134
this.target =
targetFile
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jar
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java
355
String
targetFile
= solibFolder.append(remoteFileName).toString();
356
device.pullFile(remote,
targetFile
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar
/system/security/keystore/
keystore.cpp
[
all
...]
/packages/apps/Browser/src/com/android/browser/
Controller.java
[
all
...]
/prebuilts/devtools/tools/lib/
commons-compress-1.0.jar
/prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar
Completed in 352 milliseconds
1
2