Home
last modified time | relevance | path

Searched defs:temp_directory_path (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__filesystem/
H A Doperations.h297 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
/llvm-project/flang/unittests/Runtime/
H A DAccessTest.cpp54 static const char *temp_directory_path() { temp_directory_path() function