Searched refs:asec_superblock (Results 1 - 4 of 4) sorted by relevance

/system/vold/
H A DAsec.h20 struct asec_superblock { struct
H A DLoop.h30 static int lookupInfo(const char *loopDevice, struct asec_superblock *sb, unsigned int *nr_sec);
H A DLoop.cpp252 int Loop::lookupInfo(const char *loopDevice, struct asec_superblock *sb, unsigned int *nr_sec) {
254 struct asec_superblock buffer;
272 memset(&buffer, 0, sizeof(struct asec_superblock));
279 if (read(fd, &buffer, sizeof(struct asec_superblock)) != sizeof(struct asec_superblock)) {
290 memcpy(sb, &buffer, sizeof(struct asec_superblock));
H A DVolumeManager.cpp242 struct asec_superblock sb;
471 struct asec_superblock sb;
524 struct asec_superblock sb;
903 struct asec_superblock sb;

Completed in 99 milliseconds