Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp85 #define TO_JAVA_STRING(NAME, EXP) \ macro
450 TO_JAVA_STRING(pw_name, pw.pw_name); in makeStructPasswd()
451 TO_JAVA_STRING(pw_dir, pw.pw_dir); in makeStructPasswd()
452 TO_JAVA_STRING(pw_shell, pw.pw_shell); in makeStructPasswd()
548 TO_JAVA_STRING(sysname, buf.sysname); in makeStructUtsname()
549 TO_JAVA_STRING(nodename, buf.nodename); in makeStructUtsname()
550 TO_JAVA_STRING(release, buf.release); in makeStructUtsname()
551 TO_JAVA_STRING(version, buf.version); in makeStructUtsname()
552 TO_JAVA_STRING(machine, buf.machine); in makeStructUtsname()
1670 TO_JAVA_STRING(name, ifa_name); in Linux_getifaddrs()