OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asec_superblock
(Results
1 - 4
of
4
) sorted by null
/system/vold/
Asec.h
20
struct
asec_superblock
{
struct
Loop.h
30
static int lookupInfo(const char *loopDevice, struct
asec_superblock
*sb, unsigned int *nr_sec);
Loop.cpp
280
int Loop::lookupInfo(const char *loopDevice, struct
asec_superblock
*sb, unsigned int *nr_sec) {
282
struct
asec_superblock
buffer;
300
memset(&buffer, 0, sizeof(struct
asec_superblock
));
307
if (read(fd, &buffer, sizeof(struct
asec_superblock
)) != sizeof(struct
asec_superblock
)) {
318
memcpy(sb, &buffer, sizeof(struct
asec_superblock
));
VolumeManager.cpp
62
static int writeSuperBlock(const char* name, struct
asec_superblock
*sb, unsigned int numImgSectors) {
75
if (write(sbfd, sb, sizeof(struct
asec_superblock
)) != sizeof(struct
asec_superblock
)) {
392
struct
asec_superblock
sb;
617
struct
asec_superblock
sb;
656
memset(&sb, 0, sizeof(struct
asec_superblock
));
662
if (read(fd, &sb, sizeof(struct
asec_superblock
)) != sizeof(struct
asec_superblock
)) {
760
struct
asec_superblock
sb;
823
struct
asec_superblock
sb
[
all
...]
Completed in 238 milliseconds