eina tmp get - support other tmp dir env vars and dont use xdg runtime 33/92933/2
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 8 Apr 2016 02:03:44 +0000 (11:03 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Fri, 21 Oct 2016 02:29:10 +0000 (19:29 -0700)
commit8f20b08375b48aad072b7e4a2a73210581f09bdf
tree023c27d4bea4207be36d01977419d6f0c3c4811b
parent711e25ad02940089ba9e8c8098536663c2df102d
eina tmp get - support other tmp dir env vars and dont use xdg runtime

xdg runtime dir is NOT a tmp dir in the normal sense. it's not world
writable nor world readable. only for the user.  using
eina_environment_tmp_get() would imply that it is a regular tmp dir,
not a per-user private only runtime dir. that is something else
entirely.

@fix

Change-Id: I4fa9e50f9d731c8297f5b0f16314f5193b17e2af
src/lib/eina/eina_util.c