Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp1314 path::value_type stack_buff[size]; in __read_symlink() local
1315 auto buff = std::unique_ptr<path::value_type[], NullDeleter>(stack_buff); in __read_symlink()