Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/w32/
Dpathstuff.c130 int nutc_path_len; /* length of buffer to allocate for new path */ in convert_path_to_nutc() local
163 nutc_path_len = strlen(path) + (count*2) + 1; in convert_path_to_nutc()
164 nutc_path = xmalloc(nutc_path_len); in convert_path_to_nutc()
219 nutc_path_len = strlen(path) + 3; in convert_path_to_nutc()
220 nutc_path = xmalloc(nutc_path_len); in convert_path_to_nutc()