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.cpp80 #define TO_JAVA_STRING(NAME, EXP) \ macro
445 TO_JAVA_STRING(pw_name, pw.pw_name); in makeStructPasswd()
446 TO_JAVA_STRING(pw_dir, pw.pw_dir); in makeStructPasswd()
447 TO_JAVA_STRING(pw_shell, pw.pw_shell); in makeStructPasswd()
543 TO_JAVA_STRING(sysname, buf.sysname); in makeStructUtsname()
544 TO_JAVA_STRING(nodename, buf.nodename); in makeStructUtsname()
545 TO_JAVA_STRING(release, buf.release); in makeStructUtsname()
546 TO_JAVA_STRING(version, buf.version); in makeStructUtsname()
547 TO_JAVA_STRING(machine, buf.machine); in makeStructUtsname()
1632 TO_JAVA_STRING(name, ifa->ifa_name); in Linux_getifaddrs()