/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | testModule.c | 26 #define PATH_MAX _MAX_PATH macro 35 #define PATH_MAX _POSIX_PATH_MAX macro 37 #define PATH_MAX 4096 macro
|
/aosp_15_r20/external/libxml2/ |
H A D | testModule.c | 29 #define PATH_MAX _MAX_PATH macro 38 #define PATH_MAX _POSIX_PATH_MAX macro 40 #define PATH_MAX 4096 macro
|
/aosp_15_r20/external/coreboot/payloads/libpayload/include/ |
H A D | limits.h | 34 # define PATH_MAX _POSIX_PATH_MAX macro 36 # define PATH_MAX MAXPATHLEN macro 38 # define PATH_MAX 255 /* the Posix minimum path-size */ macro
|
/aosp_15_r20/external/arm-trusted-firmware/tools/fiptool/ |
H A D | win_posix.h | 26 # define PATH_MAX MAX_PATH macro 30 # define PATH_MAX _MAX_PATH macro 32 # define PATH_MAX 260 macro
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/fiptool/ |
D | win_posix.h | 26 # define PATH_MAX MAX_PATH macro 30 # define PATH_MAX _MAX_PATH macro 32 # define PATH_MAX 260 macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/ |
D | unistd.rs | 682 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 3602 const PATH_MAX: usize = libc::PATH_MAX as usize; constant 3604 const PATH_MAX: usize = 1024; // Hurd does not define a hard limit, so try a guess first constant
|
D | fcntl.rs | 359 const PATH_MAX: usize = libc::PATH_MAX as usize; constant 361 const PATH_MAX: usize = 1024; // Hurd does not define a hard limit, so try a guess first constant
|
/aosp_15_r20/external/ltp/lib/tests/ |
H A D | tst_tmpdir_test.c | 40 #define PATH_MAX MAXPATHLEN macro 42 #define PATH_MAX 1024 macro
|
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xosdefs.h | 92 # define PATH_MAX 4096 macro 101 # define PATH_MAX 1024 macro
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/ |
D | Xosdefs.h | 92 # define PATH_MAX 4096 macro 101 # define PATH_MAX 1024 macro
|
/aosp_15_r20/external/kmod/shared/ |
H A D | util.c | 82 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()
|
/aosp_15_r20/external/ltp/lib/ |
H A D | tst_resource.c | 31 #define PATH_MAX MAXPATHLEN macro 33 #define PATH_MAX 1024 macro
|
H A D | tst_tmpdir.c | 85 #define PATH_MAX MAXPATHLEN macro 87 #define PATH_MAX 1024 macro
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _hotshot.c | 55 #define PATH_MAX 260 macro 61 #define PATH_MAX 1024 macro 66 # define PATH_MAX MAX_PATH macro 68 # define PATH_MAX _POSIX_PATH_MAX macro
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | limits.h | 20 #define PATH_MAX 260 macro 112 #define PATH_MAX 512 macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/TextAPI/ |
D | Utils.h | 21 #define PATH_MAX 1024 macro
|
/aosp_15_r20/hardware/google/aemu/windows/includes/ |
D | limits.h | 20 #define PATH_MAX MAX_PATH macro
|
/aosp_15_r20/external/libxkbcommon/ |
H A D | meson.build | 131 configh_data.set('PATH_MAX', 260) cfgvar in configh_data 133 configh_data.set('PATH_MAX', 4096) cfgvar in configh_data
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
H A D | 5-1.c | 101 long PATH_MAX, NAME_MAX; in main() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | osdefs.h | 31 #define PATH_MAX MAXPATHLEN macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | osdefs.h | 31 #define PATH_MAX MAXPATHLEN macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | osdefs.h | 31 #define PATH_MAX MAXPATHLEN macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | osdefs.h | 31 #define PATH_MAX MAXPATHLEN macro
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | osdefs.h | 31 #define PATH_MAX MAXPATHLEN macro
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | osdefs.h | 43 #define PATH_MAX MAXPATHLEN macro
|