Searched defs:PUTPROP_ForPlatformNString (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/
H A DSystem.c73 #define PUTPROP_ForPlatformNString(props, key, val) \ macro
287 /* !!! DO NOT call PUTPROP_ForPlatformNString before this line !!!
332 PUTPROP_ForPlatformNString(props,
336 PUTPROP_ForPlatformNString(props, "java.io.tmpdir", sprops->tmp_dir);
338 PUTPROP_ForPlatformNString(props, "user.name", sprops->user_name);
339 PUTPROP_ForPlatformNString(props, "user.home", sprops->user_home);
343 PUTPROP_ForPlatformNString(props, "user.dir", sprops->user_dir);

Completed in 30 milliseconds