Searched refs:fstype (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/sal/osl/os2/ |
H A D | file.cxx | 2341 char *fstype, // OUT Attached FS type in TxFsType() argument 2349 strcpy(fstype, "none"); in TxFsType() 2358 strcpy(fstype, (char*) fsinfo->szName + fsinfo->cbName +1); in TxFsType() 2432 char fstype[ 64]; in get_drive_type() local 2457 if (TxFsType( (char*)path, fstype, NULL) == FALSE) { in get_drive_type() 2464 if ((strncasecmp( fstype, "LAN", 3) == 0) //- OS/2 LAN drives in get_drive_type() 2465 || (strncasecmp( fstype, "NDFS", 4) == 0) //- NetDrive in get_drive_type() 2466 || (strncasecmp( fstype, "REMOTE", 5) == 0) ) //- NT disconnected in get_drive_type() 2468 else if (strncasecmp( fstype, "RAMFS", 5) == 0) in get_drive_type() 2470 else if ((strncasecmp( fstype, "CD", 2) == 0) // OS2:CDFS, DOS/WIN:CDROM in get_drive_type() [all …]
|
Completed in 16 milliseconds