search for: darwin_user_temp_dir

Displaying 2 results from an estimated 2 matches for "darwin_user_temp_dir".

2014 Jul 23
2
[LLVMdev] sys::path::system_temp_directory vs. sys::fs::createTemporaryFile
...nc, either: - TempDir honors TMPDIR, TMP, TEMP, TEMPDIR, and a configuration-settable P_tmpdir on Unix-y systems. system_temp_directory just honors TMPDIR. - TempDir calls ::GetTempPathW on Windows, while system_temp_directory honors TEMP and falls back to C:\\TEMP. - system_temp_directory prefers DARWIN_USER_TEMP_DIR on Darwin. - system_temp_directory has an option for "temporary directory that persists past reboot", while TempDir is never used for anything but transient files and directories Does anyone mind if I merge the platform-specific bits of TempDir into system_temp_directory? Does anyone hav...
2014 Jul 25
2
[LLVMdev] sys::path::system_temp_directory vs. sys::fs::createTemporaryFile
...R, TMP, TEMP, TEMPDIR, and a > configuration-settable P_tmpdir on Unix-y systems. system_temp_directory > just honors TMPDIR. > > - TempDir calls ::GetTempPathW on Windows, while system_temp_directory > honors TEMP and falls back to C:\\TEMP. > > - system_temp_directory prefers DARWIN_USER_TEMP_DIR on Darwin. > > - system_temp_directory has an option for "temporary directory that > persists past reboot", while TempDir is never used for anything but > transient files and directories > > > > Does anyone mind if I merge the platform-specific bits of TempDir into...