HomeSort by relevance Sort by last modified time
    Searched defs:PATH_MAX (Results 51 - 75 of 77) sorted by null

1 23 4

  /external/tensorflow/tensorflow/core/platform/
env.cc 30 #define PATH_MAX MAX_PATH
296 char exe_path[PATH_MAX] = {0};
305 size_t exe_path_size = PATH_MAX;
  /toolchain/binutils/binutils-2.27/intl/
dcigettext.c 166 PATH_MAX but might cause redefinition warnings when sys/param.h is
176 #if !defined PATH_MAX && defined _PC_PATH_MAX
177 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX))
181 #if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN
185 #if !defined PATH_MAX && defined MAXPATHLEN
186 # define PATH_MAX MAXPATHLEN
189 #ifndef PATH_MAX
190 # define PATH_MAX _POSIX_PATH_MAX
537 size_t path_max; local
540 path_max = (unsigned int) PATH_MAX
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_hotshot.c 55 #define PATH_MAX 260
58 #if defined(__sgi) && _COMPILER_VERSION>700 && !defined(PATH_MAX)
59 /* fix PATH_MAX not being defined with MIPSPro 7.x
61 #define PATH_MAX 1024
64 #ifndef PATH_MAX
66 # define PATH_MAX MAX_PATH
68 # define PATH_MAX _POSIX_PATH_MAX
70 # error "Need a defn. for PATH_MAX in _hotshot.c"
    [all...]
  /external/freetype/builds/mac/
ftmac.c 81 #include <sys/syslimits.h> /* PATH_MAX */
91 #ifndef PATH_MAX
92 #define PATH_MAX 1024 /* same with Mac OS X's syslimits.h */
929 UInt8 buff[PATH_MAX];
    [all...]
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
rfbtightproto.h 31 /* PATH_MAX is not defined in limits.h on some platforms */
32 #ifndef PATH_MAX
33 #define PATH_MAX 4096
147 char fName[PATH_MAX];
154 char fName[PATH_MAX];
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c 149 #ifndef PATH_MAX
150 #define PATH_MAX 1023
1254 if ((filenames = malloc(num_files * PATH_MAX)) == NULL) {
1257 num_files * PATH_MAX, strerror(errno));
    [all...]
iogen.c 69 #ifndef PATH_MAX
70 #define PATH_MAX 512 /* ??? */
    [all...]
  /external/python/cpython2/Modules/
_hotshot.c 55 #define PATH_MAX 260
58 #if defined(__sgi) && _COMPILER_VERSION>700 && !defined(PATH_MAX)
59 /* fix PATH_MAX not being defined with MIPSPro 7.x
61 #define PATH_MAX 1024
64 #ifndef PATH_MAX
66 # define PATH_MAX MAX_PATH
68 # define PATH_MAX _POSIX_PATH_MAX
70 # error "Need a defn. for PATH_MAX in _hotshot.c"
    [all...]
  /external/tcpdump/
tcpdump.c 122 #ifndef PATH_MAX
123 #define PATH_MAX 1024
669 char *filename = malloc(PATH_MAX + 1);
685 strftime(filename, PATH_MAX, orig_name, local_tm);
687 strncpy(filename, orig_name, PATH_MAX);
691 strncpy(buffer, filename, PATH_MAX + 1);
693 if (snprintf(buffer, PATH_MAX + 1, "%s%0*d", filename, max_chars, cnt) > PATH_MAX)
695 error("too many output files or filename is too long (> %d)", PATH_MAX);
704 ret = fgets(ptr, PATH_MAX, VFile)
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.cc 23 #define PATH_MAX MAX_PATH
182 char exe_path[PATH_MAX] = {0};
    [all...]
  /libcore/ojluni/src/main/native/
zip_util.c 74 #ifndef PATH_MAX
75 #define PATH_MAX 1024
792 * than PATH_MAX or a zip error occurred then *pmsg will be set to the error
799 char buf[PATH_MAX];
811 if (strlen(name) >= PATH_MAX) {
    [all...]
  /external/ppp/pppd/plugins/radius/
radiusclient.h 373 #ifndef PATH_MAX
374 #define PATH_MAX 1024
  /external/python/cpython2/Lib/plat-beos5/
IN.py 119 PATH_MAX = (1024)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBsrv.h 342 #ifndef PATH_MAX
344 #define PATH_MAX MAXPATHLEN
346 #define PATH_MAX 1024
  /external/python/cpython2/Lib/plat-linux2/
IN.py 290 PATH_MAX = 4096
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 290 PATH_MAX = 4096
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 290 PATH_MAX = 4096
  /external/python/cpython2/Lib/plat-atheos/
IN.py 142 PATH_MAX = 4096
  /external/mksh/src/
sh.h 333 #undef PATH_MAX
335 #ifndef PATH_MAX
337 #define PATH_MAX MAXPATHLEN
339 #define PATH_MAX 1024
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 1022 milliseconds

1 23 4