Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h68 _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()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp880 path __temp_directory_path(error_code* ec) { in __temp_directory_path() function