You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
path_discovery: Log warnings if path discovery could not find suitable paths for storage_backed_temporary_files_directory() and memory_backed_temporary_files_directory().
LLFIO_LOG_WARN(nullptr, "path_discovery:verified_temporary_directories() found no suitable path for storage_backed_temporary_files_directory(), creation "
270
+
"of storage backed temporary files will fail with bad_file_descriptor!");
LLFIO_LOG_WARN(nullptr, "path_discovery:verified_temporary_directories() found no suitable path for memory_backed_temporary_files_directory(), creation "
277
+
"of memory backed temporary files will fail with bad_file_descriptor!");
0 commit comments