Home
last modified time | relevance | path

Searched refs:FILE (Results 1 – 24 of 24) sorted by relevance

/libcore/ojluni/annotations/
DREADME19FILE in your/package/and/Class.java another/package/AnotherClass.java; do mkdir -p libcore/ojluni/…
34FILE in $FILES; do mkdir -p libcore/ojluni/annotations/mmodule/$(dirname ${FILE}) && cp out/soong/…
/libcore/ojluni/src/main/java/sun/net/ftp/
DFtpDirEntry.java44 FILE, DIR, PDIR, CDIR, LINK enumConstant
62 private Type type = Type.FILE;
/libcore/ojluni/src/main/native/
DLinuxNativeDispatcher.c158 FILE* fp = NULL; in Java_sun_nio_fs_LinuxNativeDispatcher_setmntent0()
179 FILE* fp = jlong_to_ptr(value); in Java_sun_nio_fs_LinuxNativeDispatcher_getmntent()
229 FILE* fp = jlong_to_ptr(stream); in Java_sun_nio_fs_LinuxNativeDispatcher_endmntent()
Djvm.h1275 jio_fprintf(FILE *, const char *fmt, ...);
1278 jio_vfprintf(FILE *, const char *fmt, va_list args);
1465 jint (JNICALL *vfprintf)(FILE *fp, const char *format, va_list args);
Dnet_util_md.c543 FILE *f;
669 FILE *f;
DUnixNativeDispatcher.c351 FILE* fp = NULL; in Java_sun_nio_fs_UnixNativeDispatcher_fopen0()
369 FILE* fp = jlong_to_ptr(stream); in Java_sun_nio_fs_UnixNativeDispatcher_fclose()
DUNIXProcess_md.c533 FILE *tty = fopen("/dev/tty", "w"); in debugPrint()
/libcore/ojluni/
DNOTICE643 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
669 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
695 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
721 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
747 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
773 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
799 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
825 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
851 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
877 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
[all …]
/libcore/luni/src/test/native/
Dlibcore_libcore_util_NativeAllocationRegistryTest.cpp50 FILE* fp = popen("uname -m", "re"); in Java_libcore_libcore_util_NativeAllocationRegistryTest_isNativeBridgedABI()
/libcore/ojluni/src/main/resources/sun/util/logging/resources/
Dlogging_ja.properties3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
Dlogging_es.properties3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
Dlogging_fr.properties3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
Dlogging_zh_TW.properties3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
Dlogging.properties3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
Dlogging_pt_BR.properties3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
Dlogging_ko.properties3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
Dlogging_zh_CN.properties3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
Dlogging_de.properties3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
Dlogging_it.properties3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
Dlogging_sv.properties3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/libcore/ojluni/src/main/resources/
Dcalendars.properties2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
Dhijrah-config-umalqura.properties2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/libcore/ojluni/src/main/resources/sun/nio/cs/
Dstandard-charsets3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/libcore/ojluni/src/main/java/sun/net/ftp/impl/
DFtpClient.java285 … ? FtpDirEntry.Type.DIR : (line.charAt(0) == 'l' ? FtpDirEntry.Type.LINK : FtpDirEntry.Type.FILE)); in parseLine()
353 file.setType(FtpDirEntry.Type.FILE); in parseLine()