Home
last modified time | relevance | path

Searched defs:MAX_FILE (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/AFLplusplus/include/
H A Dconfig.h255 #define MAX_FILE (1 * 1024 * 1024L) macro
/aosp_15_r20/external/AFLplusplus/
H A Dconfig.h255 #define MAX_FILE (1 * 1024 * 1024L) macro
/aosp_15_r20/external/python/cpython3/Modules/
Dgetpath.c361 const size_t MAX_FILE = 32 * 1024; in getpath_readlines() local