Searched refs:__temp_directory_path (Results 1 – 2 of 2) sorted by relevance
68 _LIBCPP_EXPORTED_FROM_ABI path __temp_directory_path(error_code* __ec = nullptr);297 inline _LIBCPP_HIDE_FROM_ABI path temp_directory_path() { return __temp_directory_path(); } in temp_directory_path()298 …P_HIDE_FROM_ABI path temp_directory_path(error_code& __ec) { return __temp_directory_path(&__ec); } in temp_directory_path()
880 path __temp_directory_path(error_code* ec) { in __temp_directory_path() function