Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp660 #if defined(PATH_MAX) || defined(MAX_SYMLINK_SIZE) in __read_symlink()
664 # ifdef MAX_SYMLINK_SIZE in __read_symlink()
665 const size_t size = MAX_SYMLINK_SIZE + 1; in __read_symlink()
H A Dposix_compat.h420 # define MAX_SYMLINK_SIZE MAXIMUM_REPARSE_DATA_BUFFER_SIZE macro