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

  /hardware/qcom/display/msm8960/liblight/
lights.c 36 #define MAX_PATH_SIZE 80
195 char lock_update_file[MAX_PATH_SIZE];
196 char freq_file[MAX_PATH_SIZE];
197 char pwm_file[MAX_PATH_SIZE];
198 char blink_file[MAX_PATH_SIZE];
  /hardware/qcom/display/msm8974/liblight/
lights.c 36 #define MAX_PATH_SIZE 80
195 char lock_update_file[MAX_PATH_SIZE];
196 char freq_file[MAX_PATH_SIZE];
197 char pwm_file[MAX_PATH_SIZE];
198 char blink_file[MAX_PATH_SIZE];
  /external/chromium_org/third_party/icu/source/tools/toolutil/
filetools.cpp 22 #define MAX_PATH_SIZE 4096 /* Set the limit for the size of the path. */
51 char newpath[MAX_PATH_SIZE] = "";
  /external/icu/icu4c/source/tools/toolutil/
filetools.cpp 30 #define MAX_PATH_SIZE 4096 /* Set the limit for the size of the path. */
59 char newpath[MAX_PATH_SIZE] = "";
  /external/chromium_org/third_party/icu/source/common/
putil.c 833 #define MAX_PATH_SIZE PATH_MAX /* Set the limit for the size of the path. */
915 static char SEARCH_TZFILE_RESULT[MAX_PATH_SIZE] = "";
917 char curpath[MAX_PATH_SIZE];
928 uprv_memset(curpath, 0, MAX_PATH_SIZE);
936 char newpath[MAX_PATH_SIZE];
    [all...]
  /external/icu/icu4c/source/common/
putil.cpp 856 #define MAX_PATH_SIZE PATH_MAX /* Set the limit for the size of the path. */
938 static char SEARCH_TZFILE_RESULT[MAX_PATH_SIZE] = "";
940 char curpath[MAX_PATH_SIZE];
951 uprv_memset(curpath, 0, MAX_PATH_SIZE);
959 char newpath[MAX_PATH_SIZE];
    [all...]

Completed in 2173 milliseconds