HomeSort by relevance Sort by last modified time
    Searched refs:MAX_PATH_SIZE (Results 1 - 7 of 7) 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];
  /hardware/qcom/display/msm8x26/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/icu4c/tools/toolutil/
filetools.cpp 23 #define MAX_PATH_SIZE 4096 /* Set the limit for the size of the path. */
52 char newpath[MAX_PATH_SIZE] = "";
  /external/chromium_org/third_party/icu/source/common/
putil.c 831 #define MAX_PATH_SIZE PATH_MAX /* Set the limit for the size of the path. */
913 static char SEARCH_TZFILE_RESULT[MAX_PATH_SIZE] = "";
915 char curpath[MAX_PATH_SIZE];
926 uprv_memset(curpath, 0, MAX_PATH_SIZE);
934 char newpath[MAX_PATH_SIZE];
    [all...]
  /external/icu4c/common/
putil.cpp 852 #define MAX_PATH_SIZE PATH_MAX /* Set the limit for the size of the path. */
934 static char SEARCH_TZFILE_RESULT[MAX_PATH_SIZE] = "";
936 char curpath[MAX_PATH_SIZE];
947 uprv_memset(curpath, 0, MAX_PATH_SIZE);
955 char newpath[MAX_PATH_SIZE];
    [all...]

Completed in 2473 milliseconds