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.cpp81 #define TO_JAVA_STRING(NAME, EXP) \ macro
458 TO_JAVA_STRING(pw_name, pw.pw_name); in makeStructPasswd()
459 TO_JAVA_STRING(pw_dir, pw.pw_dir); in makeStructPasswd()
460 TO_JAVA_STRING(pw_shell, pw.pw_shell); in makeStructPasswd()
556 TO_JAVA_STRING(sysname, buf.sysname); in makeStructUtsname()
557 TO_JAVA_STRING(nodename, buf.nodename); in makeStructUtsname()
558 TO_JAVA_STRING(release, buf.release); in makeStructUtsname()
559 TO_JAVA_STRING(version, buf.version); in makeStructUtsname()
560 TO_JAVA_STRING(machine, buf.machine); in makeStructUtsname()
1621 TO_JAVA_STRING(name, ifa->ifa_name); in Linux_getifaddrs()