Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp669 path::value_type stack_buff[size]; in __read_symlink() local
670 auto buff = std::unique_ptr<path::value_type[], NullDeleter>(stack_buff); in __read_symlink()