Home
last modified time | relevance | path

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

/aoo4110/main/sal/osl/w32/
H A Dfile_dirvol.cxx1340 UINT drive_type; in osl_get_drive_type() local
1342 drive_type = get_volume_mount_point_drive_type(path); in osl_get_drive_type()
1344 drive_type = GetDriveType(reinterpret_cast<LPCTSTR>(path.getStr())); in osl_get_drive_type()
1346 if (DRIVE_NO_ROOT_DIR == drive_type) in osl_get_drive_type()
1351 switch (drive_type) in osl_get_drive_type()

Completed in 31 milliseconds