HomeSort by relevance Sort by last modified time
    Searched defs:path_max (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/intl/
dcigettext.c 171 PATH_MAX but might cause redefinition warnings when sys/param.h is
181 #if !defined PATH_MAX && defined _PC_PATH_MAX
182 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX))
186 #if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN
190 #if !defined PATH_MAX && defined MAXPATHLEN
191 # define PATH_MAX MAXPATHLEN
194 #ifndef PATH_MAX
195 # define PATH_MAX _POSIX_PATH_MAX
533 size_t path_max; local
536 path_max = (unsigned int) PATH_MAX
    [all...]
  /external/lldb/source/Host/common/
FileSpec.cpp 43 char resolved_path[PATH_MAX];
83 char user_home[PATH_MAX];
103 char remainder[PATH_MAX];
191 char unglobbed_path[PATH_MAX];
209 char resolved_path[PATH_MAX];
298 char resolved_path[PATH_MAX];
592 char path_buf[PATH_MAX];
593 if (!GetPath (path_buf, PATH_MAX))
794 char resolved_path[PATH_MAX];
831 char resolved_path[PATH_MAX];
913 long path_max = fpathconf (dirfd (dir_path_dir.get()), _PC_NAME_MAX); local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 311 unsigned path_max = PATH_MAX; member in namespace:__sanitizer
    [all...]

Completed in 528 milliseconds