摘要: 1 static bool OutDeviceMountStateChk() 2 { 3 FILE *fstream = NULL; 4 char infotime[30]; 5 6 char errMessage[48]; 7 int nRet = -1; 8 9 struct mntent *e 阅读全文
posted @ 2022-08-03 22:10 梓涵VV 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 1 static eRESULT GetHDDStatus() 2 { 3 FILE *fstream = NULL; 4 char command_str[50]; 5 char buff[256]; 6 char strtmp[256]; 7 char find_Status[50] = "St 阅读全文
posted @ 2022-08-03 22:01 梓涵VV 阅读(56) 评论(0) 推荐(0) 编辑