Home
last modified time | relevance | path

Searched refs:WITH_PLATFORM_STRING (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/native/
Dio_util.h88 #define WITH_PLATFORM_STRING(env, strexp, var) \ macro
100 WITH_PLATFORM_STRING(env, \
DUnixFileSystem_md.c115 WITH_PLATFORM_STRING(env, pathname, path) { in Java_java_io_UnixFileSystem_canonicalize0()
155 WITH_PLATFORM_STRING(env, abspath, path) { in Java_java_io_UnixFileSystem_getBooleanAttributes0()
300 WITH_PLATFORM_STRING(env, pathname, path) { in Java_java_io_UnixFileSystem_createFileExclusively0()
554 WITH_PLATFORM_STRING(env, pathname, path) { in Java_java_io_UnixFileSystem_getNameMax0()
DSystem.c245 WITH_PLATFORM_STRING(env, javaMessage, message) { in System_log()