Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dfiletools.cpp30 #define MAX_PATH_SIZE 4096 /* Set the limit for the size of the path. */ macro
59 char newpath[MAX_PATH_SIZE] = ""; in isFileModTimeLater()
/external/icu/icu4c/source/common/
Dputil.cpp835 #define MAX_PATH_SIZE PATH_MAX /* Set the limit for the size of the path. */ macro
917 static char SEARCH_TZFILE_RESULT[MAX_PATH_SIZE] = "";
919 char curpath[MAX_PATH_SIZE]; in searchForTZFile()
930 uprv_memset(curpath, 0, MAX_PATH_SIZE); in searchForTZFile()
938 char newpath[MAX_PATH_SIZE]; in searchForTZFile()