Home
last modified time | relevance | path

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

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