Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/w32/
Dpathstuff.c88 static char w32_path[FILENAME_MAX]; in w32ify() local
92 _fullpath(w32_path, filename, sizeof (w32_path)); in w32ify()
94 strncpy(w32_path, filename, sizeof (w32_path)); in w32ify()
96 for (p = w32_path; p && *p; p++) in w32ify()
100 return w32_path; in w32ify()
/ndk/sources/host-tools/make-3.81/
Ddir.c428 char* w32_path; in find_directory() local
495 dc_key.path_key = w32_path = w32ify (name, 1); in find_directory()
519 dc->path_key = xstrdup (w32_path); in find_directory()
528 w32_path[3] = '\0'; in find_directory()
529 if (GetVolumeInformation(w32_path, in find_directory()