Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/w32/include/
Dpathstuff.h21 extern char * convert_Path_to_windows32(char *Path, char to_delim);
/ndk/sources/host-tools/make-3.81/w32/
Dpathstuff.c39 return (convert_Path_to_windows32(Path, to_delim)); in convert_vpath_to_windows32()
46 convert_Path_to_windows32(char *Path, char to_delim) in convert_Path_to_windows32() function
/ndk/sources/host-tools/make-3.81/
Dvariable.c964 convert_Path_to_windows32(value, ';'); in target_environment()
974 convert_Path_to_windows32(v->value, ';'); in target_environment()
1503 convert_Path_to_windows32 (path, ';'); in sync_Path_environment()