OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_PATH_SIZE
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/msm8960/liblight/
lights.c
37
#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/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/icu/icu4c/source/common/
putil.cpp
835
#define
MAX_PATH_SIZE
PATH_MAX /* Set the limit for the size of the path. */
917
static char SEARCH_TZFILE_RESULT[
MAX_PATH_SIZE
] = "";
919
char curpath[
MAX_PATH_SIZE
];
930
uprv_memset(curpath, 0,
MAX_PATH_SIZE
);
938
char newpath[
MAX_PATH_SIZE
];
[
all
...]
Completed in 103 milliseconds