HomeSort by relevance Sort by last modified time
    Searched refs:PATH_SIZE (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/make-3.81/
amiga.c 94 # define PATH_SIZE 1024
97 if ( (apath = AllocMem (sizeof (struct AnchorPath) + PATH_SIZE,
101 apath->ap_Strlen = PATH_SIZE;
114 FreeMem (apath, sizeof (struct AnchorPath) + PATH_SIZE);
  /external/libdrm/libkms/
linux.c 51 #define PATH_SIZE 512
56 char path[PATH_SIZE+1] = ""; /* initialize to please valgrind */
57 char link[PATH_SIZE+1] = "";
85 snprintf(path, PATH_SIZE, "/sys/dev/char/%d:%d/device/driver", maj, min);
87 if (readlink(path, link, PATH_SIZE) < 0)

Completed in 131 milliseconds