Searched defs:SecStorageType (Results 1 – 1 of 1) sorted by relevance
88 struct SecStorageType { struct89 enum FsCmdType cmd; /* for s to n */90 int32_t ret; /* fxxx call's return */91 int32_t ret2; /* fread: end-of-file or error;fwrite:the sendor is SSA or SLOG */92 uint32_t userId;93 uint32_t storageId;94 uint32_t magic;95 uint32_t error;97 bool isBackup;98 bool isBackupExt;[all …]