OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ferror
(Results
51 - 75
of
333
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/qemu/distrib/sdl-1.2.12/src/file/
SDL_rwops.c
277
if ( nread == 0 &&
ferror
(context->hidden.stdio.fp) ) {
287
if ( nwrote == 0 &&
ferror
(context->hidden.stdio.fp) ) {
/ndk/build/platforms/android-3/arch-arm/usr/include/
stdio.h
227
int
ferror
(FILE *);
408
#define
ferror
(p) __sferror(p)
macro
/ndk/build/platforms/android-4/arch-arm/usr/include/
stdio.h
227
int
ferror
(FILE *);
408
#define
ferror
(p) __sferror(p)
macro
/ndk/build/platforms/android-5/arch-arm/usr/include/
stdio.h
227
int
ferror
(FILE *);
408
#define
ferror
(p) __sferror(p)
macro
/ndk/build/platforms/android-5/arch-x86/usr/include/
stdio.h
227
int
ferror
(FILE *);
408
#define
ferror
(p) __sferror(p)
macro
/ndk/build/platforms/android-8/arch-arm/usr/include/
stdio.h
227
int
ferror
(FILE *);
408
#define
ferror
(p) __sferror(p)
macro
/ndk/build/platforms/android-8/arch-x86/usr/include/
stdio.h
227
int
ferror
(FILE *);
408
#define
ferror
(p) __sferror(p)
macro
/dalvik/libcore/dalvik/src/main/native/
dalvik_system_TouchDex.cpp
254
if (
ferror
(fp) || feof(fp))
/external/blktrace/
blkrawverify.c
175
if (
ferror
(ifp)) {
/external/jpeg/
wrppm.c
209
if (
ferror
(dinfo->output_file))
wrrle.c
267
if (
ferror
(dest->pub.output_file))
wrtarga.c
215
if (
ferror
(dinfo->output_file))
/system/core/libcutils/
dir_hash.c
83
if (
ferror
(f)) {
/external/webkit/WebKitTools/android/flex-2.5.4a/
main.c
360
if (
ferror
( skelfile ) )
371
if (
ferror
( stdout ) )
396
if (
ferror
( backing_up_file ) )
/external/libpcap/
savefile.c
997
if (
ferror
(fp)) {
[
all
...]
/external/icu4c/test/perf/collationperf/
collperf.cpp
[
all
...]
/build/tools/zipalign/
ZipFile.cpp
655
if (
ferror
(srcFp) ||
ferror
(dstFp))
810
if (
ferror
(srcFp)) {
[
all
...]
/external/icu4c/tools/toolutil/
package.cpp
320
if(
ferror
(file) || fileLength<=0) {
817
if(
ferror
(file)) {
[
all
...]
/frameworks/base/tools/aapt/
ZipFile.cpp
655
if (
ferror
(srcFp) ||
ferror
(dstFp))
810
if (
ferror
(srcFp)) {
[
all
...]
/external/e2fsprogs/intl/
localealias.c
355
/* Should we test for
ferror
()? I think we have to silently ignore
/external/opencore/oscl/oscl/osclio/src/
oscl_file_native.cpp
434
return
ferror
(iFile);
/external/zlib/
minigzip.c
114
if (
ferror
(in)) {
/frameworks/base/libs/utils/
ZipUtils.cpp
324
if (feof(fp) ||
ferror
(fp))
/dalvik/tools/hprof-conv/
HprofConv.c
204
if (feof(in) ||
ferror
(in)) {
230
if (eofExpected && feof(in) && !
ferror
(in)) {
/external/skia/src/animator/
SkAnimator.cpp
310
return &fMaker->
fError
;
314
if (fMaker->fErrorString.size() == 0 && fMaker->
fError
.hasError())
Completed in 437 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>