Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dfunction.c1885 const char *start, *end, *apath_limit; in abspath() local
1890 apath_limit = apath + GET_PATH_MAX; in abspath()
1937 if (dest + len >= apath_limit) in abspath()