Home
last modified time | relevance | path

Searched refs:__temp_directory_path (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Doperations.h63 _LIBCPP_FUNC_VIS path __temp_directory_path(error_code* __ec = nullptr);
190 inline _LIBCPP_HIDE_FROM_ABI path temp_directory_path() { return __temp_directory_path(); } in temp_directory_path()
191 …P_HIDE_FROM_ABI path temp_directory_path(error_code& __ec) { return __temp_directory_path(&__ec); } in temp_directory_path()
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp1530 path __temp_directory_path(error_code* ec) { in __temp_directory_path() function