OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newFilePath
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/provider/src/android/provider/cts/
VoicemailContractTest.java
147
final String
newFilePath
= "my/new/file/path";
149
value.put(Voicemails._DATA,
newFilePath
);
152
assertDataNotEquals(
newFilePath
);
161
final String
newFilePath
= "another/file/path";
164
value.put(Voicemails._DATA,
newFilePath
);
172
assertDataNotEquals(
newFilePath
);
175
private void assertDataNotEquals(String
newFilePath
) throws RemoteException {
181
assertFalse(data.equals(
newFilePath
));
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
EmlAttachmentProvider.java
283
final String
newFilePath
= getFilePath(uri);
296
outputStream = new FileOutputStream(
newFilePath
);
298
LogUtils.e(LOG_TAG, "File not found for file %s",
newFilePath
);
321
attachment.contentUri = Uri.parse("file://" +
newFilePath
);
331
newFilePath
, size, false);
339
intent.setData(Uri.parse("file://" +
newFilePath
));
346
LogUtils.e(LOG_TAG, e, "Cannot write to file %s",
newFilePath
);
347
new File(
newFilePath
).delete();
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py
319
newFd,
newFilePath
= tempfile.mkstemp()
321
self.registerFileForCleanUp(
newFilePath
)
328
return
newFilePath
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py
319
newFd,
newFilePath
= tempfile.mkstemp()
321
self.registerFileForCleanUp(
newFilePath
)
328
return
newFilePath
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
Completed in 42 milliseconds