Searched defs:LARGE_PATH_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
1067 const LARGE_PATH_BUFFER_SIZE: usize = libc::PATH_MAX as usize; in with_c_str_slow_path() constant1069 const LARGE_PATH_BUFFER_SIZE: usize = linux_raw_sys::general::PATH_MAX as usize; in with_c_str_slow_path() constant1071 const LARGE_PATH_BUFFER_SIZE: usize = 4096 as usize; // TODO: upstream this in with_c_str_slow_path() constant