Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c127 static LPFN_FINDNEXTVOLUME fnFindNextVolume = NULL; variable
432 if (!fnFindNextVolume) in ntfs_device_win32_init_imports()
433 fnFindNextVolume = (LPFN_FINDNEXTVOLUME) in ntfs_device_win32_init_imports()
971 if (!fnFindFirstVolume || !fnFindNextVolume || !fnFindVolumeClose) { in ntfs_device_win32_open_volume_for_partition()
1038 } while (fnFindNextVolume(vol_find_handle, vol_name, MAX_PATH)); in ntfs_device_win32_open_volume_for_partition()