Home
last modified time | relevance | path

Searched refs:MAX_PATH_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/tools/toolutil/
Dfiletools.cpp23 #define MAX_PATH_SIZE 4096 /* Set the limit for the size of the path. */ macro
52 char newpath[MAX_PATH_SIZE] = ""; in isFileModTimeLater()
/external/icu4c/common/
Dputil.cpp847 #define MAX_PATH_SIZE PATH_MAX /* Set the limit for the size of the path. */ macro
929 static char SEARCH_TZFILE_RESULT[MAX_PATH_SIZE] = "";
931 char curpath[MAX_PATH_SIZE]; in searchForTZFile()
942 uprv_memset(curpath, 0, MAX_PATH_SIZE); in searchForTZFile()
950 char newpath[MAX_PATH_SIZE]; in searchForTZFile()