Searched defs:temp_directory_path (Results 1 – 2 of 2) sorted by relevance
297 inline _LIBCPP_HIDE_FROM_ABI path temp_directory_path() { return __temp_directory_path(); } in temp_directory_path() function 298 inline _LIBCPP_HIDE_FROM_ABI path temp_directory_path(error_code& __ec) { return __temp_directory_path(&__ec); } in temp_directory_path() function
54 static const char *temp_directory_path() { temp_directory_path() function