Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp1308 path::value_type stack_buff[size]; in __read_symlink() local
1309 auto buff = std::unique_ptr<path::value_type[], NullDeleter>(stack_buff); in __read_symlink()