Boost C++ Libraries: Ticket #11491: temp_directory_path doesn't return valid temp path on Android https://svn.boost.org/trac10/ticket/11491 <p> temp_directory_path returns /tmp (the default for POSIX systems) on Android. The default temp path on Android however is /data/local/tmp, so it would be great to have temp_directory_path return this value if __ANDROID__ is defined. </p> <p> This is not fixed yet in the development branch: <a class="ext-link" href="https://github.com/boostorg/filesystem/blob/develop/src/operations.cpp#L1757"><span class="icon">​</span>https://github.com/boostorg/filesystem/blob/develop/src/operations.cpp#L1757</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11491 Trac 1.4.3 Daniel Seither <tiwoc@…> Tue, 21 Jul 2015 14:22:25 GMT attachment set https://svn.boost.org/trac10/ticket/11491 https://svn.boost.org/trac10/ticket/11491 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-tmp-android.diff</span> </li> </ul> <p> Patch </p> Ticket Daniel Seither <tiwoc@…> Tue, 21 Jul 2015 14:29:03 GMT <link>https://svn.boost.org/trac10/ticket/11491#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11491#comment:1</guid> <description> <p> I opened a <a class="ext-link" href="https://github.com/boostorg/filesystem/pull/14"><span class="icon">​</span>pull request</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Beman Dawes</dc:creator> <pubDate>Wed, 22 Jul 2015 15:55:47 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/11491#comment:2 https://svn.boost.org/trac10/ticket/11491#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Please verify that the fix (develop branch) works for you. I have no way of testing Android. </p> <p> Thanks, </p> <p> --Beman </p> Ticket