Searched refs:rootPathName (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32.c260 char rootPathName[4]; local
277 strncpy(rootPathName, tmp0, 3); /* Build the root path name, */
278 rootPathName[3] = '\0'; /* e.g. "A:/" */
280 GetVolumeInformation((LPCTSTR)rootPathName, (LPTSTR)tmp1, (DWORD)MAX_PATH,
297 wchar_t rootPathName[4]; local
314 wcsncpy(rootPathName, tmp0, 3); /* Build the root path name, */
315 rootPathName[3] = (wchar_t)'\0'; /* e.g. "A:/" */
317 GetVolumeInformationW(rootPathName, tmp1, (DWORD)MAX_PATH,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32.c1381 char rootPathName[4]; local
1383 rootPathName[0] = (char)('A' + nDrive - 1); /* build the root path */
1384 rootPathName[1] = ':'; /* name, e.g. "A:/" */
1385 rootPathName[2] = '/';
1386 rootPathName[3] = '\0';
1388 return (GetDriveTypeA(rootPathName) == DRIVE_REMOVABLE);

Completed in 111 milliseconds