Home
last modified time | relevance | path

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

/external/syslinux/win/
Dntfssect.c35 S_NTFSSECT_VOLINFO * VolumeInfo
37 static DWORD NtfsSectGetVolumePartitionLba(S_NTFSSECT_VOLINFO * VolumeInfo);
95 S_NTFSSECT_VOLINFO * VolumeInfo in NtfsSectGetVolumeHandle() argument
115 VolumeInfo->Handle = CreateFile( in NtfsSectGetVolumeHandle()
125 if (VolumeInfo->Handle == INVALID_HANDLE_VALUE) { in NtfsSectGetVolumeHandle()
132 CloseHandle(VolumeInfo->Handle); in NtfsSectGetVolumeHandle()
140 S_NTFSSECT_VOLINFO * VolumeInfo in NtfsSectGetVolumeInfo() argument
146 if (!VolumeName || !VolumeInfo) in NtfsSectGetVolumeInfo()
149 rc = NtfsSectGetVolumeHandle(VolumeName, VolumeInfo); in NtfsSectGetVolumeInfo()
159 &VolumeInfo->SectorsPerCluster, in NtfsSectGetVolumeInfo()
[all …]
Dntfssect.h77 S_NTFSSECT_VOLINFO * VolumeInfo
89 S_NTFSSECT_VOLINFO * VolumeInfo
101 const S_NTFSSECT_VOLINFO * VolumeInfo,
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplicationPackageManager.java58 import android.os.storage.VolumeInfo;
1135 public List<VolumeInfo> getPackageCandidateVolumes(ApplicationInfo app) { in getPackageCandidateVolumes()
1150 public @NonNull List<VolumeInfo> getPrimaryStorageCandidateVolumes() { in getPrimaryStorageCandidateVolumes()