OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:emptyfile
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java
201
File
emptyFile
= new File(mContext.getFilesDir(), "tempemptyimage.jpg");
205
outputEmptyStream = new FileOutputStream(
emptyFile
);
208
inputEmptyStream = new FileInputStream(
emptyFile
);
228
if (
emptyFile
.exists()) {
229
assertTrue(
emptyFile
.delete());
/external/openssl/crypto/sha/
sha512.c
551
* "%CC-W-
EMPTYFILE
, Source file does not contain any declarations."
Completed in 58 milliseconds