Home
last modified time | relevance | path

Searched defs:PATH_MAX (Results 1 – 25 of 98) sorted by relevance

1234

/external/libxml2/
DtestModule.c29 #define PATH_MAX _MAX_PATH macro
38 #define PATH_MAX _POSIX_PATH_MAX macro
40 #define PATH_MAX 4096 macro
/external/cronet/stable/third_party/libxml/src/
DtestModule.c29 #define PATH_MAX _MAX_PATH macro
38 #define PATH_MAX _POSIX_PATH_MAX macro
40 #define PATH_MAX 4096 macro
/external/cronet/tot/third_party/libxml/src/
DtestModule.c29 #define PATH_MAX _MAX_PATH macro
38 #define PATH_MAX _POSIX_PATH_MAX macro
40 #define PATH_MAX 4096 macro
/external/coreboot/payloads/libpayload/include/
Dlimits.h34 # define PATH_MAX _POSIX_PATH_MAX macro
36 # define PATH_MAX MAXPATHLEN macro
38 # define PATH_MAX 255 /* the Posix minimum path-size */ macro
/external/ltp/lib/tests/
Dtst_tmpdir_test.c40 #define PATH_MAX MAXPATHLEN macro
42 #define PATH_MAX 1024 macro
/external/arm-trusted-firmware/tools/fiptool/
Dwin_posix.h26 # define PATH_MAX MAX_PATH macro
30 # define PATH_MAX _MAX_PATH macro
32 # define PATH_MAX 260 macro
/external/trusty/arm-trusted-firmware/tools/fiptool/
Dwin_posix.h26 # define PATH_MAX MAX_PATH macro
30 # define PATH_MAX _MAX_PATH macro
32 # define PATH_MAX 260 macro
/external/ltp/lib/
Dtst_resource.c31 #define PATH_MAX MAXPATHLEN macro
33 #define PATH_MAX 1024 macro
Dtst_tmpdir.c87 #define PATH_MAX MAXPATHLEN macro
89 #define PATH_MAX 1024 macro
/external/python/cpython3/Include/
Dosdefs.h37 # define PATH_MAX MAXPATHLEN macro
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
D5-1.c101 long PATH_MAX, NAME_MAX; in main() local
/external/mesa3d/src/util/
Dmemstream.h38 #define PATH_MAX _MAX_PATH /* Equivalent to MAX_PATH from minwindef.h */ macro
/external/iproute2/include/uapi/linux/
Dlimits.h13 #define PATH_MAX 4096 /* # chars in a path name including nul */ macro
/external/kernel-headers/original/uapi/linux/
Dlimits.h13 #define PATH_MAX 4096 /* # chars in a path name including nul */ macro
/external/libnl/include/linux-private/linux/
Dlimits.h13 #define PATH_MAX 4096 /* # chars in a path name including nul */ macro
/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_decls.h72 # define PATH_MAX 1024 macro
/external/rust/android-crates-io/crates/nix/src/
Dfcntl.rs482 const PATH_MAX: usize = libc::PATH_MAX as usize; constant
484 const PATH_MAX: usize = 1024; // Hurd does not define a hard limit, so try a guess first constant
Dunistd.rs682 const PATH_MAX: usize = libc::PATH_MAX as usize; constant
684 const PATH_MAX: usize = 1024; // Hurd does not define a hard limit, so try a guess first constant
3629 const PATH_MAX: usize = libc::PATH_MAX as usize; constant
3631 const PATH_MAX: usize = 1024; // Hurd does not define a hard limit, so try a guess first constant
/external/kmod/shared/
Dutil.c82 int alias_normalize(const char *alias, char buf[static PATH_MAX], size_t *len) in alias_normalize()
151 char *modname_normalize(const char *modname, char buf[static PATH_MAX], size_t *len) in modname_normalize()
173 char *path_to_modname(const char *path, char buf[static PATH_MAX], size_t *len) in path_to_modname()
/external/ltp/testcases/network/tcp_cmds/include/
Dnetdefs.h63 #define PATH_MAX 4096 macro
/external/mesa3d/src/util/tests/
Dprocess_test.c36 #define PATH_MAX MAX_PATH macro
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dcommon.h37 # define PATH_MAX 1024 macro
/external/gflags/src/
Dwindows_port.h132 #define PATH_MAX 1024 macro
/external/bcc/libbpf-tools/
Dfiletop.h5 #define PATH_MAX 4096 macro
Dmountsnoop.h8 #define PATH_MAX 4096 macro

1234